COLOR #EFCCCA

HEX: #EFCCCA RGB: (239,204,202)

Color info

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

RGB color model

#EFCCCA color RGB value is (239,204,202).

RGB: (239,204,202) (94%, 80%, 79%)

RGB channels and saturation

R 239 of 255 = 94%
G 204 of 255 = 80%
B 202 of 255 = 79%

239
204
202

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

Portions of RGB colors in percentages

R + G + B = 239 + 204 + 202 = 645 (100%)
R 239 of 645 ~ 37.05%
G 204 of 645 ~ 31.63%
B 202 of 645 ~ 31.32'%

%37.05
%31.63
%31.32

CMYK color model

#EFCCCA color CMYK value is (0,15,15,6).

  • cyan value is 0.00%
  • magenta value is 14.64%
  • yellow value is 15.48%
  • key color value is 6.27%

CMYK: (0,15,15,6)
C0M15Y15K6 (0%, 15%, 15%, 6%)
(0.00 / 0.15 / 0.15 / 0.06)

CMYK percentages

%0
%14.64
%15.48
%6.27

Codes

Color #EFCCCA in popluar color models

EF CC CA
RGB 239 204 202
HSL 53.62% 86.47%
HSB/HSV 15.48% 93.73%
CMYK 0.00% 14.64% 15.48%
6.27%

Color #EFCCCA in popluar number systems.

HEX EF CC CA
Decimal 239 204 202
Binary 11101111 11001100 11001010
Octal 357 314 312

Shades and tints

Shades of #EFCCCA

#EFCCCA
(239,204,202)
#DABAB8
(218,186,184)
#C5A8A6
(197,168,166)
#B09694
(176,150,148)
#9B8482
(155,132,130)
#867270
(134,114,112)
#71605E
(113,96,94)
#5C4E4C
(92,78,76)
#473C3A
(71,60,58)
#322A28
(50,42,40)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #EFCCCA

#EFCCCA
(239,204,202)
#F0D0CE
(240,208,206)
#F1D4D2
(241,212,210)
#F2D8D6
(242,216,214)
#F3DCDA
(243,220,218)
#F4E0DE
(244,224,222)
#F5E4E2
(245,228,226)
#F6E8E6
(246,232,230)
#F7ECEA
(247,236,234)
#F8F0EE
(248,240,238)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCCCA color. Also use rgb(239,204,202) instead hex code.

Text Font Color

.myTextColor { color: #EFCCCA; }

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

This text font color is #EFCCCA.

Background Color

.myBgColor { background-color: #EFCCCA; }

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

This div background color is #EFCCCA.

Border color

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

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

This div border color is #EFCCCA.

Opacity

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

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

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

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

This text has shadow with #EFCCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCCCA.

Preview

Color preview on black background

This text has color #EFCCCA on black background.


Color preview on white background

This text has color #EFCCCA on white background.


Black color preview on #EFCCCA background

This text has black color on #EFCCCA background.


White color preview on #EFCCCA background

This text has white color on #EFCCCA background.


Related colors

Complementary color

Complementary color for #hex is #103335.


I love getcolorcode.com

Triadic colors

1 #CAEFCC and #CCCAEF with #EFCCCA are triadic colors.

2 #CACCEF and #CCEFCA with #EFCCCA are triadic colors.