COLOR #CEA5C5

HEX: #CEA5C5
RGB: (206,165,197)

Color info

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

RGB color model

#CEA5C5 color RGB value is (206,165,197).

  • red value is 206;
  • green value is 165;
  • blue value is 197.
RGB:
(206,165,197)
(81%,65%,77%)

RGB channels and saturation

R 206 of 255 = 81%
G 165 of 255 = 65%
B 197 of 255 = 77%

206
165
197

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

Portions of RGB colors in percentages

R + G + B =
206 + 165 + 197 = 568 (100%)
R 206 of 568 ~ 36.27%
G 165 of 568 ~ 29.05%
B 197 of 568 ~ 34.68%

%36.27
%29.05
%34.68

CMYK color model

#CEA5C5 color CMYK value is (0,20,4,19).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 4.37%
  • key color value is 19.22%
CMYK:
(0,20,4,19)
C0M20Y4K19 
(0%,20%,4%,19%)
(0.00/0.20/0.04/0.19)	

CMYK percentages

%0
%19.9
%4.37
%19.22

Codes

Color #CEA5C5 in popluar color models

CEA5C5
RGB206165197
HSL313°29.50%72.75%
HSB/HSV313°19.90%80.78%
CMYK0.00%19.90%4.37%
19.22%

Color #CEA5C5 in popluar number systems.

HEXCEA5C5
Decimal206165197
Binary110011101010010111000101
Octal316245305

Shades and tints

Shades of #CEA5C5

#CEA5C5
(206,165,197)
#BC96B4
(188,150,180)
#AA87A3
(170,135,163)
#987892
(152,120,146)
#866981
(134,105,129)
#745A70
(116,90,112)
#624B5F
(98,75,95)
#503C4E
(80,60,78)
#3E2D3D
(62,45,61)
#2C1E2C
(44,30,44)
#1A0F1B
(26,15,27)
#000000
(0,0,0)

Tints of #CEA5C5

#CEA5C5
(206,165,197)
#D2ADCA
(210,173,202)
#D6B5CF
(214,181,207)
#DABDD4
(218,189,212)
#DEC5D9
(222,197,217)
#E2CDDE
(226,205,222)
#E6D5E3
(230,213,227)
#EADDE8
(234,221,232)
#EEE5ED
(238,229,237)
#F2EDF2
(242,237,242)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA5C5 color. Also use rgb(206,165,197) instead hex code.

Text Font Color

.myTextColor { color: #CEA5C5; }

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

This text font color is #CEA5C5.


Background Color

.myBgColor { background-color: #CEA5C5; }

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

This div background color is #CEA5C5.


Border color

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

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

This div border color is #CEA5C5.


Opacity

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

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

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

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

This text has shadow with #CEA5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA5C5 on black background.


Color preview on white background

This text has color #CEA5C5 on white background.



Black color preview on #CEA5C5 background

This text has black color on #CEA5C5 background.


White color preview on #CEA5C5 background

This text has white color on #CEA5C5 background.