COLOR #CEB9D8

HEX: #CEB9D8
RGB: (206,185,216)

Color info

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

RGB color model

#CEB9D8 color RGB value is (206,185,216).

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

RGB channels and saturation

R 206 of 255 = 81%
G 185 of 255 = 73%
B 216 of 255 = 85%

206
185
216

R + G + B ~ 80%. #CEB9D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 185 + 216 = 607 (100%)
R 206 of 607 ~ 33.94%
G 185 of 607 ~ 30.48%
B 216 of 607 ~ 35.58%

%33.94
%30.48
%35.58

CMYK color model

#CEB9D8 color CMYK value is (5,14,0,15).

  • cyan value is 4.63%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(5,14,0,15)
C5M14Y0K15 
(5%,14%,0%,15%)
(0.05/0.14/0.00/0.15)	

CMYK percentages

%4.63
%14.35
%0
%15.29

Codes

Color #CEB9D8 in popluar color models

CEB9D8
RGB206185216
HSL281°28.44%78.63%
HSB/HSV281°14.35%84.71%
CMYK4.63%14.35%0.00%
15.29%

Color #CEB9D8 in popluar number systems.

HEXCEB9D8
Decimal206185216
Binary110011101011100111011000
Octal316271330

Shades and tints

Shades of #CEB9D8

#CEB9D8
(206,185,216)
#BCA9C5
(188,169,197)
#AA99B2
(170,153,178)
#98899F
(152,137,159)
#86798C
(134,121,140)
#746979
(116,105,121)
#625966
(98,89,102)
#504953
(80,73,83)
#3E3940
(62,57,64)
#2C292D
(44,41,45)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #CEB9D8

#CEB9D8
(206,185,216)
#D2BFDB
(210,191,219)
#D6C5DE
(214,197,222)
#DACBE1
(218,203,225)
#DED1E4
(222,209,228)
#E2D7E7
(226,215,231)
#E6DDEA
(230,221,234)
#EAE3ED
(234,227,237)
#EEE9F0
(238,233,240)
#F2EFF3
(242,239,243)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB9D8; }

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

This text font color is #CEB9D8.


Background Color

.myBgColor { background-color: #CEB9D8; }

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

This div background color is #CEB9D8.


Border color

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

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

This div border color is #CEB9D8.


Opacity

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

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

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

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

This text has shadow with #CEB9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB9D8 on black background.


Color preview on white background

This text has color #CEB9D8 on white background.



Black color preview on #CEB9D8 background

This text has black color on #CEB9D8 background.


White color preview on #CEB9D8 background

This text has white color on #CEB9D8 background.