COLOR #CEA7C7

HEX: #CEA7C7
RGB: (206,167,199)

Color info

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

RGB color model

#CEA7C7 color RGB value is (206,167,199).

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

RGB channels and saturation

R 206 of 255 = 81%
G 167 of 255 = 65%
B 199 of 255 = 78%

206
167
199

R + G + B ~ 75%. #CEA7C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 167 + 199 = 572 (100%)
R 206 of 572 ~ 36.01%
G 167 of 572 ~ 29.2%
B 199 of 572 ~ 34.79%

%36.01
%29.2
%34.79

CMYK color model

#CEA7C7 color CMYK value is (0,19,3,19).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 3.40%
  • key color value is 19.22%
CMYK:
(0,19,3,19)
C0M19Y3K19 
(0%,19%,3%,19%)
(0.00/0.19/0.03/0.19)	

CMYK percentages

%0
%18.93
%3.4
%19.22

Codes

Color #CEA7C7 in popluar color models

CEA7C7
RGB206167199
HSL311°28.47%73.14%
HSB/HSV311°18.93%80.78%
CMYK0.00%18.93%3.40%
19.22%

Color #CEA7C7 in popluar number systems.

HEXCEA7C7
Decimal206167199
Binary110011101010011111000111
Octal316247307

Shades and tints

Shades of #CEA7C7

#CEA7C7
(206,167,199)
#BC98B5
(188,152,181)
#AA89A3
(170,137,163)
#987A91
(152,122,145)
#866B7F
(134,107,127)
#745C6D
(116,92,109)
#624D5B
(98,77,91)
#503E49
(80,62,73)
#3E2F37
(62,47,55)
#2C2025
(44,32,37)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #CEA7C7

#CEA7C7
(206,167,199)
#D2AFCC
(210,175,204)
#D6B7D1
(214,183,209)
#DABFD6
(218,191,214)
#DEC7DB
(222,199,219)
#E2CFE0
(226,207,224)
#E6D7E5
(230,215,229)
#EADFEA
(234,223,234)
#EEE7EF
(238,231,239)
#F2EFF4
(242,239,244)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA7C7; }

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

This text font color is #CEA7C7.


Background Color

.myBgColor { background-color: #CEA7C7; }

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

This div background color is #CEA7C7.


Border color

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

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

This div border color is #CEA7C7.


Opacity

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

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

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

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

This text has shadow with #CEA7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA7C7 on black background.


Color preview on white background

This text has color #CEA7C7 on white background.



Black color preview on #CEA7C7 background

This text has black color on #CEA7C7 background.


White color preview on #CEA7C7 background

This text has white color on #CEA7C7 background.