COLOR #C7E3B2

HEX: #C7E3B2 RGB: (199,227,178)

Color info

#C7E3B2 contains red, green and blue colors in about the same proportion. Web safe color of #C7E3B2 is #CCCC99 (or #CC9).

RGB color model

#C7E3B2 color RGB value is (199,227,178).

RGB: (199,227,178) (78%, 89%, 70%)

RGB channels and saturation

R 199 of 255 = 78%
G 227 of 255 = 89%
B 178 of 255 = 70%

199
227
178

R + G + B ~ 79%. #C7E3B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 227 + 178 = 604 (100%)
R 199 of 604 ~ 32.95%
G 227 of 604 ~ 37.58%
B 178 of 604 ~ 29.47'%

%32.95
%37.58
%29.47

CMYK color model

#C7E3B2 color CMYK value is (12,0,22,11).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 10.98%
CMYK: (12,0,22,11) C12M0Y22K11 (12%,0%,22%,11%) (0.12/0.00/0.22/0.11) 

CMYK percentages

%12.33
%0
%21.59
%10.98

Codes

Color #C7E3B2 in popluar color models

C7 E3 B2
RGB 199 227 178
HSL 94° 46.67% 79.41%
HSB/HSV 94° 21.59% 89.02%
CMYK 12.33% 0.00% 21.59%
10.98%

Color #C7E3B2 in popluar number systems.

HEX C7 E3 B2
Decimal 199 227 178
Binary 11000111 11100011 10110010
Octal 307 343 262

Shades and tints

Shades of #C7E3B2

#C7E3B2
(199,227,178)
#B5CFA2
(181,207,162)
#A3BB92
(163,187,146)
#91A782
(145,167,130)
#7F9372
(127,147,114)
#6D7F62
(109,127,98)
#5B6B52
(91,107,82)
#495742
(73,87,66)
#374332
(55,67,50)
#252F22
(37,47,34)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #C7E3B2

#C7E3B2
(199,227,178)
#CCE5B9
(204,229,185)
#D1E7C0
(209,231,192)
#D6E9C7
(214,233,199)
#DBEBCE
(219,235,206)
#E0EDD5
(224,237,213)
#E5EFDC
(229,239,220)
#EAF1E3
(234,241,227)
#EFF3EA
(239,243,234)
#F4F5F1
(244,245,241)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E3B2 color. Also use rgb(199,227,178) instead hex code.

Text Font Color

.myTextColor { color: #C7E3B2; }

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

This text font color is #C7E3B2.

Background Color

.myBgColor { background-color: #C7E3B2; }

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

This div background color is #C7E3B2.

Border color

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

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

This div border color is #C7E3B2.

Opacity

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

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

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

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

This text has shadow with #C7E3B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E3B2.

Preview

Color preview on black background

This text has color #C7E3B2 on black background.


Color preview on white background

This text has color #C7E3B2 on white background.


Black color preview on #C7E3B2 background

This text has black color on #C7E3B2 background.


White color preview on #C7E3B2 background

This text has white color on #C7E3B2 background.


Related colors

Complementary color

Complementary color for #hex is #381C4D.


I love getcolorcode.com

Triadic colors

1 #B2C7E3 and #E3B2C7 with #C7E3B2 are triadic colors.

2 #B2E3C7 and #E3C7B2 with #C7E3B2 are triadic colors.