COLOR #CEB9CC

HEX: #CEB9CC
RGB: (206,185,204)

Color info

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

RGB color model

#CEB9CC color RGB value is (206,185,204).

  • red value is 206;
  • green value is 185;
  • blue value is 204.
RGB:
(206,185,204)
(81%,73%,80%)

RGB channels and saturation

R 206 of 255 = 81%
G 185 of 255 = 73%
B 204 of 255 = 80%

206
185
204

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

Portions of RGB colors in percentages

R + G + B =
206 + 185 + 204 = 595 (100%)
R 206 of 595 ~ 34.62%
G 185 of 595 ~ 31.09%
B 204 of 595 ~ 34.29%

%34.62
%31.09
%34.29

CMYK color model

#CEB9CC color CMYK value is (0,10,1,19).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 0.97%
  • key color value is 19.22%
CMYK:
(0,10,1,19)
C0M10Y1K19 
(0%,10%,1%,19%)
(0.00/0.10/0.01/0.19)	

CMYK percentages

%0
%10.19
%0.97
%19.22

Codes

Color #CEB9CC in popluar color models

CEB9CC
RGB206185204
HSL306°17.65%76.67%
HSB/HSV306°10.19%80.78%
CMYK0.00%10.19%0.97%
19.22%

Color #CEB9CC in popluar number systems.

HEXCEB9CC
Decimal206185204
Binary110011101011100111001100
Octal316271314

Shades and tints

Shades of #CEB9CC

#CEB9CC
(206,185,204)
#BCA9BA
(188,169,186)
#AA99A8
(170,153,168)
#988996
(152,137,150)
#867984
(134,121,132)
#746972
(116,105,114)
#625960
(98,89,96)
#50494E
(80,73,78)
#3E393C
(62,57,60)
#2C292A
(44,41,42)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #CEB9CC

#CEB9CC
(206,185,204)
#D2BFD0
(210,191,208)
#D6C5D4
(214,197,212)
#DACBD8
(218,203,216)
#DED1DC
(222,209,220)
#E2D7E0
(226,215,224)
#E6DDE4
(230,221,228)
#EAE3E8
(234,227,232)
#EEE9EC
(238,233,236)
#F2EFF0
(242,239,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB9CC color. Also use rgb(206,185,204) instead hex code.

Text Font Color

.myTextColor { color: #CEB9CC; }

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

This text font color is #CEB9CC.


Background Color

.myBgColor { background-color: #CEB9CC; }

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

This div background color is #CEB9CC.


Border color

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

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

This div border color is #CEB9CC.


Opacity

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

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

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

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

This text has shadow with #CEB9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB9CC on black background.


Color preview on white background

This text has color #CEB9CC on white background.



Black color preview on #CEB9CC background

This text has black color on #CEB9CC background.


White color preview on #CEB9CC background

This text has white color on #CEB9CC background.