COLOR #CEB5C2

HEX: #CEB5C2
RGB: (206,181,194)

Color info

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

RGB color model

#CEB5C2 color RGB value is (206,181,194).

  • red value is 206;
  • green value is 181;
  • blue value is 194.
RGB:
(206,181,194)
(81%,71%,76%)

RGB channels and saturation

R 206 of 255 = 81%
G 181 of 255 = 71%
B 194 of 255 = 76%

206
181
194

R + G + B ~ 76%. #CEB5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 181 + 194 = 581 (100%)
R 206 of 581 ~ 35.46%
G 181 of 581 ~ 31.15%
B 194 of 581 ~ 33.39%

%35.46
%31.15
%33.39

CMYK color model

#CEB5C2 color CMYK value is (0,12,6,19).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 5.83%
  • key color value is 19.22%
CMYK:
(0,12,6,19)
C0M12Y6K19 
(0%,12%,6%,19%)
(0.00/0.12/0.06/0.19)	

CMYK percentages

%0
%12.14
%5.83
%19.22

Codes

Color #CEB5C2 in popluar color models

CEB5C2
RGB206181194
HSL329°20.33%75.88%
HSB/HSV329°12.14%80.78%
CMYK0.00%12.14%5.83%
19.22%

Color #CEB5C2 in popluar number systems.

HEXCEB5C2
Decimal206181194
Binary110011101011010111000010
Octal316265302

Shades and tints

Shades of #CEB5C2

#CEB5C2
(206,181,194)
#BCA5B1
(188,165,177)
#AA95A0
(170,149,160)
#98858F
(152,133,143)
#86757E
(134,117,126)
#74656D
(116,101,109)
#62555C
(98,85,92)
#50454B
(80,69,75)
#3E353A
(62,53,58)
#2C2529
(44,37,41)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #CEB5C2

#CEB5C2
(206,181,194)
#D2BBC7
(210,187,199)
#D6C1CC
(214,193,204)
#DAC7D1
(218,199,209)
#DECDD6
(222,205,214)
#E2D3DB
(226,211,219)
#E6D9E0
(230,217,224)
#EADFE5
(234,223,229)
#EEE5EA
(238,229,234)
#F2EBEF
(242,235,239)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB5C2 color. Also use rgb(206,181,194) instead hex code.

Text Font Color

.myTextColor { color: #CEB5C2; }

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

This text font color is #CEB5C2.


Background Color

.myBgColor { background-color: #CEB5C2; }

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

This div background color is #CEB5C2.


Border color

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

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

This div border color is #CEB5C2.


Opacity

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

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

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

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

This text has shadow with #CEB5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB5C2 on black background.


Color preview on white background

This text has color #CEB5C2 on white background.



Black color preview on #CEB5C2 background

This text has black color on #CEB5C2 background.


White color preview on #CEB5C2 background

This text has white color on #CEB5C2 background.