COLOR #EEC6CB

HEX: #EEC6CB RGB: (238,198,203)

Color info

#EEC6CB contains red, green and blue colors in about the same proportion. Web safe color of #EEC6CB is #FFCCCC (or #FCC).

RGB color model

#EEC6CB color RGB value is (238,198,203).

RGB: (238,198,203) (93%, 78%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 198 of 255 = 78%
B 203 of 255 = 80%

238
198
203

R + G + B ~ 84%. #EEC6CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 198 + 203 = 639 (100%)
R 238 of 639 ~ 37.25%
G 198 of 639 ~ 30.99%
B 203 of 639 ~ 31.77'%

%37.25
%30.99
%31.77

CMYK color model

#EEC6CB color CMYK value is (0,17,15,7).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 14.71%
  • key color value is 6.67%
CMYK: (0,17,15,7) C0M17Y15K7 (0%,17%,15%,7%) (0.00/0.17/0.15/0.07) 

CMYK percentages

%0
%16.81
%14.71
%6.67

Codes

Color #EEC6CB in popluar color models

EE C6 CB
RGB 238 198 203
HSL 353° 54.05% 85.49%
HSB/HSV 353° 16.81% 93.33%
CMYK 0.00% 16.81% 14.71%
6.67%

Color #EEC6CB in popluar number systems.

HEX EE C6 CB
Decimal 238 198 203
Binary 11101110 11000110 11001011
Octal 356 306 313

Shades and tints

Shades of #EEC6CB

#EEC6CB
(238,198,203)
#D9B4B9
(217,180,185)
#C4A2A7
(196,162,167)
#AF9095
(175,144,149)
#9A7E83
(154,126,131)
#856C71
(133,108,113)
#705A5F
(112,90,95)
#5B484D
(91,72,77)
#46363B
(70,54,59)
#312429
(49,36,41)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #EEC6CB

#EEC6CB
(238,198,203)
#EFCBCF
(239,203,207)
#F0D0D3
(240,208,211)
#F1D5D7
(241,213,215)
#F2DADB
(242,218,219)
#F3DFDF
(243,223,223)
#F4E4E3
(244,228,227)
#F5E9E7
(245,233,231)
#F6EEEB
(246,238,235)
#F7F3EF
(247,243,239)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC6CB color. Also use rgb(238,198,203) instead hex code.

Text Font Color

.myTextColor { color: #EEC6CB; }

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

This text font color is #EEC6CB.

Background Color

.myBgColor { background-color: #EEC6CB; }

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

This div background color is #EEC6CB.

Border color

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

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

This div border color is #EEC6CB.

Opacity

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

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

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

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

This text has shadow with #EEC6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC6CB.

Preview

Color preview on black background

This text has color #EEC6CB on black background.


Color preview on white background

This text has color #EEC6CB on white background.


Black color preview on #EEC6CB background

This text has black color on #EEC6CB background.


White color preview on #EEC6CB background

This text has white color on #EEC6CB background.


Related colors

Complementary color

Complementary color for #hex is #113934.


I love getcolorcode.com

Triadic colors

1 #CBEEC6 and #C6CBEE with #EEC6CB are triadic colors.

2 #CBC6EE and #C6EECB with #EEC6CB are triadic colors.