COLOR #CEA3B5

HEX: #CEA3B5 RGB: (206,163,181)

Color info

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

RGB color model

#CEA3B5 color RGB value is (206,163,181).

RGB: (206,163,181) (81%, 64%, 71%)

RGB channels and saturation

R 206 of 255 = 81%
G 163 of 255 = 64%
B 181 of 255 = 71%

206
163
181

R + G + B ~ 72%. #CEA3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 163 + 181 = 550 (100%)
R 206 of 550 ~ 37.45%
G 163 of 550 ~ 29.64%
B 181 of 550 ~ 32.91'%

%37.45
%29.64
%32.91

CMYK color model

#CEA3B5 color CMYK value is (0,21,12,19).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 12.14%
  • key color value is 19.22%

CMYK: (0,21,12,19)
C0M21Y12K19 (0%, 21%, 12%, 19%)
(0.00 / 0.21 / 0.12 / 0.19)

CMYK percentages

%0
%20.87
%12.14
%19.22

Codes

Color #CEA3B5 in popluar color models

CE A3 B5
RGB 206 163 181
HSL 335° 30.50% 72.35%
HSB/HSV 335° 20.87% 80.78%
CMYK 0.00% 20.87% 12.14%
19.22%

Color #CEA3B5 in popluar number systems.

HEX CE A3 B5
Decimal 206 163 181
Binary 11001110 10100011 10110101
Octal 316 243 265

Shades and tints

Shades of #CEA3B5

#CEA3B5
(206,163,181)
#BC95A5
(188,149,165)
#AA8795
(170,135,149)
#987985
(152,121,133)
#866B75
(134,107,117)
#745D65
(116,93,101)
#624F55
(98,79,85)
#504145
(80,65,69)
#3E3335
(62,51,53)
#2C2525
(44,37,37)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #CEA3B5

#CEA3B5
(206,163,181)
#D2ABBB
(210,171,187)
#D6B3C1
(214,179,193)
#DABBC7
(218,187,199)
#DEC3CD
(222,195,205)
#E2CBD3
(226,203,211)
#E6D3D9
(230,211,217)
#EADBDF
(234,219,223)
#EEE3E5
(238,227,229)
#F2EBEB
(242,235,235)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA3B5 color. Also use rgb(206,163,181) instead hex code.

Text Font Color

.myTextColor { color: #CEA3B5; }

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

This text font color is #CEA3B5.

Background Color

.myBgColor { background-color: #CEA3B5; }

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

This div background color is #CEA3B5.

Border color

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

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

This div border color is #CEA3B5.

Opacity

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

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

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

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

This text has shadow with #CEA3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA3B5.

Preview

Color preview on black background

This text has color #CEA3B5 on black background.


Color preview on white background

This text has color #CEA3B5 on white background.


Black color preview on #CEA3B5 background

This text has black color on #CEA3B5 background.


White color preview on #CEA3B5 background

This text has white color on #CEA3B5 background.


Related colors

Complementary color

Complementary color for #hex is #315C4A.


I love getcolorcode.com

Triadic colors

1 #B5CEA3 and #A3B5CE with #CEA3B5 are triadic colors.

2 #B5A3CE and #A3CEB5 with #CEA3B5 are triadic colors.