COLOR #CEA5BE

HEX: #CEA5BE RGB: (206,165,190)

Color info

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

RGB color model

#CEA5BE color RGB value is (206,165,190).

RGB: (206,165,190) (81%, 65%, 75%)

RGB channels and saturation

R 206 of 255 = 81%
G 165 of 255 = 65%
B 190 of 255 = 75%

206
165
190

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

Portions of RGB colors in percentages

R + G + B = 206 + 165 + 190 = 561 (100%)
R 206 of 561 ~ 36.72%
G 165 of 561 ~ 29.41%
B 190 of 561 ~ 33.87'%

%36.72
%29.41
%33.87

CMYK color model

#CEA5BE color CMYK value is (0,20,8,19).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 7.77%
  • key color value is 19.22%
CMYK: (0,20,8,19) C0M20Y8K19 (0%,20%,8%,19%) (0.00/0.20/0.08/0.19) 

CMYK percentages

%0
%19.9
%7.77
%19.22

Codes

Color #CEA5BE in popluar color models

CE A5 BE
RGB 206 165 190
HSL 323° 29.50% 72.75%
HSB/HSV 323° 19.90% 80.78%
CMYK 0.00% 19.90% 7.77%
19.22%

Color #CEA5BE in popluar number systems.

HEX CE A5 BE
Decimal 206 165 190
Binary 11001110 10100101 10111110
Octal 316 245 276

Shades and tints

Shades of #CEA5BE

#CEA5BE
(206,165,190)
#BC96AD
(188,150,173)
#AA879C
(170,135,156)
#98788B
(152,120,139)
#86697A
(134,105,122)
#745A69
(116,90,105)
#624B58
(98,75,88)
#503C47
(80,60,71)
#3E2D36
(62,45,54)
#2C1E25
(44,30,37)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #CEA5BE

#CEA5BE
(206,165,190)
#D2ADC3
(210,173,195)
#D6B5C8
(214,181,200)
#DABDCD
(218,189,205)
#DEC5D2
(222,197,210)
#E2CDD7
(226,205,215)
#E6D5DC
(230,213,220)
#EADDE1
(234,221,225)
#EEE5E6
(238,229,230)
#F2EDEB
(242,237,235)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA5BE; }

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

This text font color is #CEA5BE.

Background Color

.myBgColor { background-color: #CEA5BE; }

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

This div background color is #CEA5BE.

Border color

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

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

This div border color is #CEA5BE.

Opacity

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

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

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

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

This text has shadow with #CEA5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA5BE.

Preview

Color preview on black background

This text has color #CEA5BE on black background.


Color preview on white background

This text has color #CEA5BE on white background.


Black color preview on #CEA5BE background

This text has black color on #CEA5BE background.


White color preview on #CEA5BE background

This text has white color on #CEA5BE background.


Related colors

Complementary color

Complementary color for #hex is #315A41.


I love getcolorcode.com

Triadic colors

1 #BECEA5 and #A5BECE with #CEA5BE are triadic colors.

2 #BEA5CE and #A5CEBE with #CEA5BE are triadic colors.