COLOR #CEABBB

HEX: #CEABBB
RGB: (206,171,187)

Color info

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

RGB color model

#CEABBB color RGB value is (206,171,187).

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

RGB channels and saturation

R 206 of 255 = 81%
G 171 of 255 = 67%
B 187 of 255 = 73%

206
171
187

R + G + B ~ 74%. #CEABBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 171 + 187 = 564 (100%)
R 206 of 564 ~ 36.52%
G 171 of 564 ~ 30.32%
B 187 of 564 ~ 33.16%

%36.52
%30.32
%33.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK:
(0,17,9,19)
C0M17Y9K19 
(0%,17%,9%,19%)
(0.00/0.17/0.09/0.19)	

CMYK percentages

%0
%16.99
%9.22
%19.22

Codes

Color #CEABBB in popluar color models

CEABBB
RGB206171187
HSL333°26.32%73.92%
HSB/HSV333°16.99%80.78%
CMYK0.00%16.99%9.22%
19.22%

Color #CEABBB in popluar number systems.

HEXCEABBB
Decimal206171187
Binary110011101010101110111011
Octal316253273

Shades and tints

Shades of #CEABBB

#CEABBB
(206,171,187)
#BC9CAA
(188,156,170)
#AA8D99
(170,141,153)
#987E88
(152,126,136)
#866F77
(134,111,119)
#746066
(116,96,102)
#625155
(98,81,85)
#504244
(80,66,68)
#3E3333
(62,51,51)
#2C2422
(44,36,34)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #CEABBB

#CEABBB
(206,171,187)
#D2B2C1
(210,178,193)
#D6B9C7
(214,185,199)
#DAC0CD
(218,192,205)
#DEC7D3
(222,199,211)
#E2CED9
(226,206,217)
#E6D5DF
(230,213,223)
#EADCE5
(234,220,229)
#EEE3EB
(238,227,235)
#F2EAF1
(242,234,241)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEABBB; }

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

This text font color is #CEABBB.


Background Color

.myBgColor { background-color: #CEABBB; }

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

This div background color is #CEABBB.


Border color

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

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

This div border color is #CEABBB.


Opacity

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

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

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

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

This text has shadow with #CEABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEABBB on black background.


Color preview on white background

This text has color #CEABBB on white background.



Black color preview on #CEABBB background

This text has black color on #CEABBB background.


White color preview on #CEABBB background

This text has white color on #CEABBB background.