COLOR #CE96A0

HEX: #CE96A0 RGB: (206,150,160)

Color info

#CE96A0 contains red, green and blue colors in about the same proportion. Web safe color of #CE96A0 is #CC9999 (or #C99).

RGB color model

#CE96A0 color RGB value is (206,150,160).

RGB: (206,150,160) (81%, 59%, 63%)

RGB channels and saturation

R 206 of 255 = 81%
G 150 of 255 = 59%
B 160 of 255 = 63%

206
150
160

R + G + B ~ 68%. #CE96A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 150 + 160 = 516 (100%)
R 206 of 516 ~ 39.92%
G 150 of 516 ~ 29.07%
B 160 of 516 ~ 31.01'%

%39.92
%29.07
%31.01

CMYK color model

#CE96A0 color CMYK value is (0,27,22,19).

  • cyan value is 0.00%
  • magenta value is 27.18%
  • yellow value is 22.33%
  • key color value is 19.22%
CMYK: (0,27,22,19) C0M27Y22K19 (0%,27%,22%,19%) (0.00/0.27/0.22/0.19) 

CMYK percentages

%0
%27.18
%22.33
%19.22

Codes

Color #CE96A0 in popluar color models

CE 96 A0
RGB 206 150 160
HSL 349° 36.36% 69.80%
HSB/HSV 349° 27.18% 80.78%
CMYK 0.00% 27.18% 22.33%
19.22%

Color #CE96A0 in popluar number systems.

HEX CE 96 A0
Decimal 206 150 160
Binary 11001110 10010110 10100000
Octal 316 226 240

Shades and tints

Shades of #CE96A0

#CE96A0
(206,150,160)
#BC8992
(188,137,146)
#AA7C84
(170,124,132)
#986F76
(152,111,118)
#866268
(134,98,104)
#74555A
(116,85,90)
#62484C
(98,72,76)
#503B3E
(80,59,62)
#3E2E30
(62,46,48)
#2C2122
(44,33,34)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #CE96A0

#CE96A0
(206,150,160)
#D29FA8
(210,159,168)
#D6A8B0
(214,168,176)
#DAB1B8
(218,177,184)
#DEBAC0
(222,186,192)
#E2C3C8
(226,195,200)
#E6CCD0
(230,204,208)
#EAD5D8
(234,213,216)
#EEDEE0
(238,222,224)
#F2E7E8
(242,231,232)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE96A0 color. Also use rgb(206,150,160) instead hex code.

Text Font Color

.myTextColor { color: #CE96A0; }

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

This text font color is #CE96A0.

Background Color

.myBgColor { background-color: #CE96A0; }

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

This div background color is #CE96A0.

Border color

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

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

This div border color is #CE96A0.

Opacity

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

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

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

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

This text has shadow with #CE96A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE96A0.

Preview

Color preview on black background

This text has color #CE96A0 on black background.


Color preview on white background

This text has color #CE96A0 on white background.


Black color preview on #CE96A0 background

This text has black color on #CE96A0 background.


White color preview on #CE96A0 background

This text has white color on #CE96A0 background.


Related colors

Complementary color

Complementary color for #hex is #31695F.


I love getcolorcode.com

Triadic colors

1 #A0CE96 and #96A0CE with #CE96A0 are triadic colors.

2 #A096CE and #96CEA0 with #CE96A0 are triadic colors.