COLOR #C2EFCC

HEX: #C2EFCC RGB: (194,239,204)

Color info

#C2EFCC contains red, green and blue colors in about the same proportion. Web safe color of #C2EFCC is #CCFFCC (or #CFC).

RGB color model

#C2EFCC color RGB value is (194,239,204).

RGB: (194,239,204) (76%, 94%, 80%)

RGB channels and saturation

R 194 of 255 = 76%
G 239 of 255 = 94%
B 204 of 255 = 80%

194
239
204

R + G + B ~ 83%. #C2EFCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 239 + 204 = 637 (100%)
R 194 of 637 ~ 30.46%
G 239 of 637 ~ 37.52%
B 204 of 637 ~ 32.03'%

%30.46
%37.52
%32.03

CMYK color model

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

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

CMYK: (19,0,15,6)
C19M0Y15K6 (19%, 0%, 15%, 6%)
(0.19 / 0.00 / 0.15 / 0.06)

CMYK percentages

%18.83
%0
%14.64
%6.27

Codes

Color #C2EFCC in popluar color models

C2 EF CC
RGB 194 239 204
HSL 133° 58.44% 84.90%
HSB/HSV 133° 18.83% 93.73%
CMYK 18.83% 0.00% 14.64%
6.27%

Color #C2EFCC in popluar number systems.

HEX C2 EF CC
Decimal 194 239 204
Binary 11000010 11101111 11001100
Octal 302 357 314

Shades and tints

Shades of #C2EFCC

#C2EFCC
(194,239,204)
#B1DABA
(177,218,186)
#A0C5A8
(160,197,168)
#8FB096
(143,176,150)
#7E9B84
(126,155,132)
#6D8672
(109,134,114)
#5C7160
(92,113,96)
#4B5C4E
(75,92,78)
#3A473C
(58,71,60)
#29322A
(41,50,42)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #C2EFCC

#C2EFCC
(194,239,204)
#C7F0D0
(199,240,208)
#CCF1D4
(204,241,212)
#D1F2D8
(209,242,216)
#D6F3DC
(214,243,220)
#DBF4E0
(219,244,224)
#E0F5E4
(224,245,228)
#E5F6E8
(229,246,232)
#EAF7EC
(234,247,236)
#EFF8F0
(239,248,240)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EFCC; }

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

This text font color is #C2EFCC.

Background Color

.myBgColor { background-color: #C2EFCC; }

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

This div background color is #C2EFCC.

Border color

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

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

This div border color is #C2EFCC.

Opacity

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

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

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

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

This text has shadow with #C2EFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EFCC.

Preview

Color preview on black background

This text has color #C2EFCC on black background.


Color preview on white background

This text has color #C2EFCC on white background.


Black color preview on #C2EFCC background

This text has black color on #C2EFCC background.


White color preview on #C2EFCC background

This text has white color on #C2EFCC background.


Related colors

Complementary color

Complementary color for #hex is #3D1033.


I love getcolorcode.com

Triadic colors

1 #CCC2EF and #EFCCC2 with #C2EFCC are triadic colors.

2 #CCEFC2 and #EFC2CC with #C2EFCC are triadic colors.