COLOR #CEA7BB

HEX: #CEA7BB
RGB: (206,167,187)

Color info

#CEA7BB contains red, green and blue colors in about the same proportion. Web safe color of #CEA7BB is #CC99CC (or #C9C).

RGB color model

#CEA7BB color RGB value is (206,167,187).

  • red value is 206;
  • green value is 167;
  • blue value is 187.
RGB:
(206,167,187)
(81%,65%,73%)

RGB channels and saturation

R 206 of 255 = 81%
G 167 of 255 = 65%
B 187 of 255 = 73%

206
167
187

R + G + B ~ 73%. #CEA7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 167 + 187 = 560 (100%)
R 206 of 560 ~ 36.79%
G 167 of 560 ~ 29.82%
B 187 of 560 ~ 33.39%

%36.79
%29.82
%33.39

CMYK color model

#CEA7BB color CMYK value is (0,19,9,19).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK:
(0,19,9,19)
C0M19Y9K19 
(0%,19%,9%,19%)
(0.00/0.19/0.09/0.19)	

CMYK percentages

%0
%18.93
%9.22
%19.22

Codes

Color #CEA7BB in popluar color models

CEA7BB
RGB206167187
HSL329°28.47%73.14%
HSB/HSV329°18.93%80.78%
CMYK0.00%18.93%9.22%
19.22%

Color #CEA7BB in popluar number systems.

HEXCEA7BB
Decimal206167187
Binary110011101010011110111011
Octal316247273

Shades and tints

Shades of #CEA7BB

#CEA7BB
(206,167,187)
#BC98AA
(188,152,170)
#AA8999
(170,137,153)
#987A88
(152,122,136)
#866B77
(134,107,119)
#745C66
(116,92,102)
#624D55
(98,77,85)
#503E44
(80,62,68)
#3E2F33
(62,47,51)
#2C2022
(44,32,34)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #CEA7BB

#CEA7BB
(206,167,187)
#D2AFC1
(210,175,193)
#D6B7C7
(214,183,199)
#DABFCD
(218,191,205)
#DEC7D3
(222,199,211)
#E2CFD9
(226,207,217)
#E6D7DF
(230,215,223)
#EADFE5
(234,223,229)
#EEE7EB
(238,231,235)
#F2EFF1
(242,239,241)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA7BB color. Also use rgb(206,167,187) instead hex code.

Text Font Color

.myTextColor { color: #CEA7BB; }

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

This text font color is #CEA7BB.


Background Color

.myBgColor { background-color: #CEA7BB; }

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

This div background color is #CEA7BB.


Border color

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

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

This div border color is #CEA7BB.


Opacity

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

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

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

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

This text has shadow with #CEA7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA7BB on black background.


Color preview on white background

This text has color #CEA7BB on white background.



Black color preview on #CEA7BB background

This text has black color on #CEA7BB background.


White color preview on #CEA7BB background

This text has white color on #CEA7BB background.