COLOR #CBBECC

HEX: #CBBECC
RGB: (203,190,204)

Color info

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

RGB color model

#CBBECC color RGB value is (203,190,204).

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

RGB channels and saturation

R 203 of 255 = 80%
G 190 of 255 = 75%
B 204 of 255 = 80%

203
190
204

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

Portions of RGB colors in percentages

R + G + B =
203 + 190 + 204 = 597 (100%)
R 203 of 597 ~ 34%
G 190 of 597 ~ 31.83%
B 204 of 597 ~ 34.17%

%34
%31.83
%34.17

CMYK color model

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

  • cyan value is 0.49%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(0,7,0,20)
C0M7Y0K20 
(0%,7%,0%,20%)
(0.00/0.07/0.00/0.20)	

CMYK percentages

%0.49
%6.86
%0
%20

Codes

Color #CBBECC in popluar color models

CBBECC
RGB203190204
HSL296°12.07%77.25%
HSB/HSV296°6.86%80.00%
CMYK0.49%6.86%0.00%
20.00%

Color #CBBECC in popluar number systems.

HEXCBBECC
Decimal203190204
Binary110010111011111011001100
Octal313276314

Shades and tints

Shades of #CBBECC

#CBBECC
(203,190,204)
#B9ADBA
(185,173,186)
#A79CA8
(167,156,168)
#958B96
(149,139,150)
#837A84
(131,122,132)
#716972
(113,105,114)
#5F5860
(95,88,96)
#4D474E
(77,71,78)
#3B363C
(59,54,60)
#29252A
(41,37,42)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #CBBECC

#CBBECC
(203,190,204)
#CFC3D0
(207,195,208)
#D3C8D4
(211,200,212)
#D7CDD8
(215,205,216)
#DBD2DC
(219,210,220)
#DFD7E0
(223,215,224)
#E3DCE4
(227,220,228)
#E7E1E8
(231,225,232)
#EBE6EC
(235,230,236)
#EFEBF0
(239,235,240)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBBECC; }

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

This text font color is #CBBECC.


Background Color

.myBgColor { background-color: #CBBECC; }

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

This div background color is #CBBECC.


Border color

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

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

This div border color is #CBBECC.


Opacity

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

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

Text with #CBBECC 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 #CBBECC;}

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

This text has shadow with #CBBECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBBECC on black background.


Color preview on white background

This text has color #CBBECC on white background.



Black color preview on #CBBECC background

This text has black color on #CBBECC background.


White color preview on #CBBECC background

This text has white color on #CBBECC background.