COLOR #CCBEC6

HEX: #CCBEC6
RGB: (204,190,198)

Color info

#CCBEC6 contains red, green and blue colors in about the same proportion. Web safe color of #CCBEC6 is #CCCCCC (or #CCC).

RGB color model

#CCBEC6 color RGB value is (204,190,198).

  • red value is 204;
  • green value is 190;
  • blue value is 198.
RGB:
(204,190,198)
(80%,75%,78%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 198 of 255 = 78%

204
190
198

R + G + B ~ 78%. #CCBEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 190 + 198 = 592 (100%)
R 204 of 592 ~ 34.46%
G 190 of 592 ~ 32.09%
B 198 of 592 ~ 33.45%

%34.46
%32.09
%33.45

CMYK color model

#CCBEC6 color CMYK value is (0,7,3,20).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 2.94%
  • key color value is 20.00%
CMYK:
(0,7,3,20)
C0M7Y3K20 
(0%,7%,3%,20%)
(0.00/0.07/0.03/0.20)	

CMYK percentages

%0
%6.86
%2.94
%20

Codes

Color #CCBEC6 in popluar color models

CCBEC6
RGB204190198
HSL326°12.07%77.25%
HSB/HSV326°6.86%80.00%
CMYK0.00%6.86%2.94%
20.00%

Color #CCBEC6 in popluar number systems.

HEXCCBEC6
Decimal204190198
Binary110011001011111011000110
Octal314276306

Shades and tints

Shades of #CCBEC6

#CCBEC6
(204,190,198)
#BAADB4
(186,173,180)
#A89CA2
(168,156,162)
#968B90
(150,139,144)
#847A7E
(132,122,126)
#72696C
(114,105,108)
#60585A
(96,88,90)
#4E4748
(78,71,72)
#3C3636
(60,54,54)
#2A2524
(42,37,36)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #CCBEC6

#CCBEC6
(204,190,198)
#D0C3CB
(208,195,203)
#D4C8D0
(212,200,208)
#D8CDD5
(216,205,213)
#DCD2DA
(220,210,218)
#E0D7DF
(224,215,223)
#E4DCE4
(228,220,228)
#E8E1E9
(232,225,233)
#ECE6EE
(236,230,238)
#F0EBF3
(240,235,243)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBEC6 color. Also use rgb(204,190,198) instead hex code.

Text Font Color

.myTextColor { color: #CCBEC6; }

<p style="color:#CCBEC6">This sample text font color is #CCBEC6.</p>

This text font color is #CCBEC6.


Background Color

.myBgColor { background-color: #CCBEC6; }

<div style="background-color:#CCBEC6">Inner text</div>

This div background color is #CCBEC6.


Border color

.myBorderColor { border: 1px solid #CCBEC6; }

<div style="border:3px solid #CCBEC6">Div</div>

This div border color is #CCBEC6.


Opacity

.myOpacity80 { color: #CCBEC6; opacity: 0.8; }

<p style="color:#CCBEC6;opacity:0.8;">80%</p>

Text with #CCBEC6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCBEC6;}

<p style="text-shadow: 3px 3px 1px #CCBEC6">Text here.</p>

This text has shadow with #CCBEC6 color.

.textShadow {text-shadow: 3px 3px 1px #CCBEC6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCBEC6, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCBEC6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCBEC6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCBEC6, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCBEC6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CCBEC6;
  -webkit-box-shadow:	1px 1px 3px 2px #CCBEC6;
  box-shadow:		1px 1px 3px 2px #CCBEC6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCBEC6;
-webkit-box-shadow: 1px 1px 3px 2px #CCBEC6;
box-shadow:1px 1px 3px 2px #CCBEC6;">
Div content here</div>
This div box has shadow with color #CCBEC6.

Preview

Color preview on black background

This text has color #CCBEC6 on black background.


Color preview on white background

This text has color #CCBEC6 on white background.



Black color preview on #CCBEC6 background

This text has black color on #CCBEC6 background.


White color preview on #CCBEC6 background

This text has white color on #CCBEC6 background.