COLOR #CE999C

HEX: #CE999C RGB: (206,153,156)

Color info

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

RGB color model

#CE999C color RGB value is (206,153,156).

RGB: (206,153,156) (81%, 60%, 61%)

RGB channels and saturation

R 206 of 255 = 81%
G 153 of 255 = 60%
B 156 of 255 = 61%

206
153
156

R + G + B ~ 67%. #CE999C is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 153 + 156 = 515 (100%)
R 206 of 515 ~ 40%
G 153 of 515 ~ 29.71%
B 156 of 515 ~ 30.29'%

%40
%29.71
%30.29

CMYK color model

#CE999C color CMYK value is (0,26,24,19).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 24.27%
  • key color value is 19.22%
CMYK: (0,26,24,19) C0M26Y24K19 (0%,26%,24%,19%) (0.00/0.26/0.24/0.19) 

CMYK percentages

%0
%25.73
%24.27
%19.22

Codes

Color #CE999C in popluar color models

CE 99 9C
RGB 206 153 156
HSL 357° 35.10% 70.39%
HSB/HSV 357° 25.73% 80.78%
CMYK 0.00% 25.73% 24.27%
19.22%

Color #CE999C in popluar number systems.

HEX CE 99 9C
Decimal 206 153 156
Binary 11001110 10011001 10011100
Octal 316 231 234

Shades and tints

Shades of #CE999C

#CE999C
(206,153,156)
#BC8C8E
(188,140,142)
#AA7F80
(170,127,128)
#987272
(152,114,114)
#866564
(134,101,100)
#745856
(116,88,86)
#624B48
(98,75,72)
#503E3A
(80,62,58)
#3E312C
(62,49,44)
#2C241E
(44,36,30)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #CE999C

#CE999C
(206,153,156)
#D2A2A5
(210,162,165)
#D6ABAE
(214,171,174)
#DAB4B7
(218,180,183)
#DEBDC0
(222,189,192)
#E2C6C9
(226,198,201)
#E6CFD2
(230,207,210)
#EAD8DB
(234,216,219)
#EEE1E4
(238,225,228)
#F2EAED
(242,234,237)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE999C color. Also use rgb(206,153,156) instead hex code.

Text Font Color

.myTextColor { color: #CE999C; }

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

This text font color is #CE999C.

Background Color

.myBgColor { background-color: #CE999C; }

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

This div background color is #CE999C.

Border color

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

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

This div border color is #CE999C.

Opacity

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

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

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

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

This text has shadow with #CE999C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE999C.

Preview

Color preview on black background

This text has color #CE999C on black background.


Color preview on white background

This text has color #CE999C on white background.


Black color preview on #CE999C background

This text has black color on #CE999C background.


White color preview on #CE999C background

This text has white color on #CE999C background.


Related colors

Complementary color

Complementary color for #hex is #316663.


I love getcolorcode.com

Triadic colors

1 #9CCE99 and #999CCE with #CE999C are triadic colors.

2 #9C99CE and #99CE9C with #CE999C are triadic colors.