COLOR #C7E3D2

HEX: #C7E3D2 RGB: (199,227,210)

Color info

#C7E3D2 contains red, green and blue colors in about the same proportion. Web safe color of #C7E3D2 is #CCCCCC (or #CCC).

RGB color model

#C7E3D2 color RGB value is (199,227,210).

RGB: (199,227,210) (78%, 89%, 82%)

RGB channels and saturation

R 199 of 255 = 78%
G 227 of 255 = 89%
B 210 of 255 = 82%

199
227
210

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

Portions of RGB colors in percentages

R + G + B = 199 + 227 + 210 = 636 (100%)
R 199 of 636 ~ 31.29%
G 227 of 636 ~ 35.69%
B 210 of 636 ~ 33.02'%

%31.29
%35.69
%33.02

CMYK color model

#C7E3D2 color CMYK value is (12,0,7,11).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK: (12,0,7,11) C12M0Y7K11 (12%,0%,7%,11%) (0.12/0.00/0.07/0.11) 

CMYK percentages

%12.33
%0
%7.49
%10.98

Codes

Color #C7E3D2 in popluar color models

C7 E3 D2
RGB 199 227 210
HSL 144° 33.33% 83.53%
HSB/HSV 144° 12.33% 89.02%
CMYK 12.33% 0.00% 7.49%
10.98%

Color #C7E3D2 in popluar number systems.

HEX C7 E3 D2
Decimal 199 227 210
Binary 11000111 11100011 11010010
Octal 307 343 322

Shades and tints

Shades of #C7E3D2

#C7E3D2
(199,227,210)
#B5CFBF
(181,207,191)
#A3BBAC
(163,187,172)
#91A799
(145,167,153)
#7F9386
(127,147,134)
#6D7F73
(109,127,115)
#5B6B60
(91,107,96)
#49574D
(73,87,77)
#37433A
(55,67,58)
#252F27
(37,47,39)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #C7E3D2

#C7E3D2
(199,227,210)
#CCE5D6
(204,229,214)
#D1E7DA
(209,231,218)
#D6E9DE
(214,233,222)
#DBEBE2
(219,235,226)
#E0EDE6
(224,237,230)
#E5EFEA
(229,239,234)
#EAF1EE
(234,241,238)
#EFF3F2
(239,243,242)
#F4F5F6
(244,245,246)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E3D2; }

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

This text font color is #C7E3D2.

Background Color

.myBgColor { background-color: #C7E3D2; }

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

This div background color is #C7E3D2.

Border color

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

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

This div border color is #C7E3D2.

Opacity

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

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

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

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

This text has shadow with #C7E3D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E3D2.

Preview

Color preview on black background

This text has color #C7E3D2 on black background.


Color preview on white background

This text has color #C7E3D2 on white background.


Black color preview on #C7E3D2 background

This text has black color on #C7E3D2 background.


White color preview on #C7E3D2 background

This text has white color on #C7E3D2 background.


Related colors

Complementary color

Complementary color for #hex is #381C2D.


I love getcolorcode.com

Triadic colors

1 #D2C7E3 and #E3D2C7 with #C7E3D2 are triadic colors.

2 #D2E3C7 and #E3C7D2 with #C7E3D2 are triadic colors.