COLOR #C7EBC2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

199
235
194

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

Portions of RGB colors in percentages

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

%31.69
%37.42
%30.89

CMYK color model

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

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

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

CMYK percentages

%15.32
%0
%17.45
%7.84

Codes

Color #C7EBC2 in popluar color models

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

Color #C7EBC2 in popluar number systems.

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

Shades and tints

Shades of #C7EBC2

#C7EBC2
(199,235,194)
#B5D6B1
(181,214,177)
#A3C1A0
(163,193,160)
#91AC8F
(145,172,143)
#7F977E
(127,151,126)
#6D826D
(109,130,109)
#5B6D5C
(91,109,92)
#49584B
(73,88,75)
#37433A
(55,67,58)
#252E29
(37,46,41)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #C7EBC2

#C7EBC2
(199,235,194)
#CCECC7
(204,236,199)
#D1EDCC
(209,237,204)
#D6EED1
(214,238,209)
#DBEFD6
(219,239,214)
#E0F0DB
(224,240,219)
#E5F1E0
(229,241,224)
#EAF2E5
(234,242,229)
#EFF3EA
(239,243,234)
#F4F4EF
(244,244,239)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EBC2; }

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

This text font color is #C7EBC2.

Background Color

.myBgColor { background-color: #C7EBC2; }

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

This div background color is #C7EBC2.

Border color

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

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

This div border color is #C7EBC2.

Opacity

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

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

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

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

This text has shadow with #C7EBC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EBC2.

Preview

Color preview on black background

This text has color #C7EBC2 on black background.


Color preview on white background

This text has color #C7EBC2 on white background.


Black color preview on #C7EBC2 background

This text has black color on #C7EBC2 background.


White color preview on #C7EBC2 background

This text has white color on #C7EBC2 background.


Related colors

Complementary color

Complementary color for #hex is #38143D.


I love getcolorcode.com

Triadic colors

1 #C2C7EB and #EBC2C7 with #C7EBC2 are triadic colors.

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