COLOR #C5EEC2

HEX: #C5EEC2 RGB: (197,238,194)

Color info

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

RGB color model

#C5EEC2 color RGB value is (197,238,194).

RGB: (197,238,194) (77%, 93%, 76%)

RGB channels and saturation

R 197 of 255 = 77%
G 238 of 255 = 93%
B 194 of 255 = 76%

197
238
194

R + G + B ~ 82%. #C5EEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 238 + 194 = 629 (100%)
R 197 of 629 ~ 31.32%
G 238 of 629 ~ 37.84%
B 194 of 629 ~ 30.84'%

%31.32
%37.84
%30.84

CMYK color model

#C5EEC2 color CMYK value is (17,0,18,7).

  • cyan value is 17.23%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 6.67%

CMYK: (17,0,18,7)
C17M0Y18K7 (17%, 0%, 18%, 7%)
(0.17 / 0.00 / 0.18 / 0.07)

CMYK percentages

%17.23
%0
%18.49
%6.67

Codes

Color #C5EEC2 in popluar color models

C5 EE C2
RGB 197 238 194
HSL 116° 56.41% 84.71%
HSB/HSV 116° 18.49% 93.33%
CMYK 17.23% 0.00% 18.49%
6.67%

Color #C5EEC2 in popluar number systems.

HEX C5 EE C2
Decimal 197 238 194
Binary 11000101 11101110 11000010
Octal 305 356 302

Shades and tints

Shades of #C5EEC2

#C5EEC2
(197,238,194)
#B4D9B1
(180,217,177)
#A3C4A0
(163,196,160)
#92AF8F
(146,175,143)
#819A7E
(129,154,126)
#70856D
(112,133,109)
#5F705C
(95,112,92)
#4E5B4B
(78,91,75)
#3D463A
(61,70,58)
#2C3129
(44,49,41)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #C5EEC2

#C5EEC2
(197,238,194)
#CAEFC7
(202,239,199)
#CFF0CC
(207,240,204)
#D4F1D1
(212,241,209)
#D9F2D6
(217,242,214)
#DEF3DB
(222,243,219)
#E3F4E0
(227,244,224)
#E8F5E5
(232,245,229)
#EDF6EA
(237,246,234)
#F2F7EF
(242,247,239)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EEC2 color. Also use rgb(197,238,194) instead hex code.

Text Font Color

.myTextColor { color: #C5EEC2; }

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

This text font color is #C5EEC2.

Background Color

.myBgColor { background-color: #C5EEC2; }

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

This div background color is #C5EEC2.

Border color

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

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

This div border color is #C5EEC2.

Opacity

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

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

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

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

This text has shadow with #C5EEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EEC2.

Preview

Color preview on black background

This text has color #C5EEC2 on black background.


Color preview on white background

This text has color #C5EEC2 on white background.


Black color preview on #C5EEC2 background

This text has black color on #C5EEC2 background.


White color preview on #C5EEC2 background

This text has white color on #C5EEC2 background.


Related colors

Complementary color

Complementary color for #hex is #3A113D.


I love getcolorcode.com

Triadic colors

1 #C2C5EE and #EEC2C5 with #C5EEC2 are triadic colors.

2 #C2EEC5 and #EEC5C2 with #C5EEC2 are triadic colors.