COLOR #CEB8D4

HEX: #CEB8D4
RGB: (206,184,212)

Color info

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

RGB color model

#CEB8D4 color RGB value is (206,184,212).

  • red value is 206;
  • green value is 184;
  • blue value is 212.
RGB:
(206,184,212)
(81%,72%,83%)

RGB channels and saturation

R 206 of 255 = 81%
G 184 of 255 = 72%
B 212 of 255 = 83%

206
184
212

R + G + B ~ 79%. #CEB8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 184 + 212 = 602 (100%)
R 206 of 602 ~ 34.22%
G 184 of 602 ~ 30.56%
B 212 of 602 ~ 35.22%

%34.22
%30.56
%35.22

CMYK color model

#CEB8D4 color CMYK value is (3,13,0,17).

  • cyan value is 2.83%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(3,13,0,17)
C3M13Y0K17 
(3%,13%,0%,17%)
(0.03/0.13/0.00/0.17)	

CMYK percentages

%2.83
%13.21
%0
%16.86

Codes

Color #CEB8D4 in popluar color models

CEB8D4
RGB206184212
HSL287°24.56%77.65%
HSB/HSV287°13.21%83.14%
CMYK2.83%13.21%0.00%
16.86%

Color #CEB8D4 in popluar number systems.

HEXCEB8D4
Decimal206184212
Binary110011101011100011010100
Octal316270324

Shades and tints

Shades of #CEB8D4

#CEB8D4
(206,184,212)
#BCA8C1
(188,168,193)
#AA98AE
(170,152,174)
#98889B
(152,136,155)
#867888
(134,120,136)
#746875
(116,104,117)
#625862
(98,88,98)
#50484F
(80,72,79)
#3E383C
(62,56,60)
#2C2829
(44,40,41)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #CEB8D4

#CEB8D4
(206,184,212)
#D2BED7
(210,190,215)
#D6C4DA
(214,196,218)
#DACADD
(218,202,221)
#DED0E0
(222,208,224)
#E2D6E3
(226,214,227)
#E6DCE6
(230,220,230)
#EAE2E9
(234,226,233)
#EEE8EC
(238,232,236)
#F2EEEF
(242,238,239)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB8D4 color. Also use rgb(206,184,212) instead hex code.

Text Font Color

.myTextColor { color: #CEB8D4; }

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

This text font color is #CEB8D4.


Background Color

.myBgColor { background-color: #CEB8D4; }

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

This div background color is #CEB8D4.


Border color

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

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

This div border color is #CEB8D4.


Opacity

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

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

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

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

This text has shadow with #CEB8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB8D4 on black background.


Color preview on white background

This text has color #CEB8D4 on white background.



Black color preview on #CEB8D4 background

This text has black color on #CEB8D4 background.


White color preview on #CEB8D4 background

This text has white color on #CEB8D4 background.