COLOR #C2EBC7

HEX: #C2EBC7 RGB: (194,235,199)

Color info

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

RGB color model

#C2EBC7 color RGB value is (194,235,199).

RGB: (194,235,199) (76%, 92%, 78%)

RGB channels and saturation

R 194 of 255 = 76%
G 235 of 255 = 92%
B 199 of 255 = 78%

194
235
199

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

Portions of RGB colors in percentages

R + G + B = 194 + 235 + 199 = 628 (100%)
R 194 of 628 ~ 30.89%
G 235 of 628 ~ 37.42%
B 199 of 628 ~ 31.69'%

%30.89
%37.42
%31.69

CMYK color model

#C2EBC7 color CMYK value is (17,0,15,8).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 7.84%

CMYK: (17,0,15,8)
C17M0Y15K8 (17%, 0%, 15%, 8%)
(0.17 / 0.00 / 0.15 / 0.08)

CMYK percentages

%17.45
%0
%15.32
%7.84

Codes

Color #C2EBC7 in popluar color models

C2 EB C7
RGB 194 235 199
HSL 127° 50.62% 84.12%
HSB/HSV 127° 17.45% 92.16%
CMYK 17.45% 0.00% 15.32%
7.84%

Color #C2EBC7 in popluar number systems.

HEX C2 EB C7
Decimal 194 235 199
Binary 11000010 11101011 11000111
Octal 302 353 307

Shades and tints

Shades of #C2EBC7

#C2EBC7
(194,235,199)
#B1D6B5
(177,214,181)
#A0C1A3
(160,193,163)
#8FAC91
(143,172,145)
#7E977F
(126,151,127)
#6D826D
(109,130,109)
#5C6D5B
(92,109,91)
#4B5849
(75,88,73)
#3A4337
(58,67,55)
#292E25
(41,46,37)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #C2EBC7

#C2EBC7
(194,235,199)
#C7ECCC
(199,236,204)
#CCEDD1
(204,237,209)
#D1EED6
(209,238,214)
#D6EFDB
(214,239,219)
#DBF0E0
(219,240,224)
#E0F1E5
(224,241,229)
#E5F2EA
(229,242,234)
#EAF3EF
(234,243,239)
#EFF4F4
(239,244,244)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EBC7 color. Also use rgb(194,235,199) instead hex code.

Text Font Color

.myTextColor { color: #C2EBC7; }

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

This text font color is #C2EBC7.

Background Color

.myBgColor { background-color: #C2EBC7; }

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

This div background color is #C2EBC7.

Border color

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

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

This div border color is #C2EBC7.

Opacity

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

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

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

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

This text has shadow with #C2EBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EBC7.

Preview

Color preview on black background

This text has color #C2EBC7 on black background.


Color preview on white background

This text has color #C2EBC7 on white background.


Black color preview on #C2EBC7 background

This text has black color on #C2EBC7 background.


White color preview on #C2EBC7 background

This text has white color on #C2EBC7 background.


Related colors

Complementary color

Complementary color for #hex is #3D1438.


I love getcolorcode.com

Triadic colors

1 #C7C2EB and #EBC7C2 with #C2EBC7 are triadic colors.

2 #C7EBC2 and #EBC2C7 with #C2EBC7 are triadic colors.