COLOR #C7E3DC

HEX: #C7E3DC
RGB: (199,227,220)

Color info

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

RGB color model

#C7E3DC color RGB value is (199,227,220).

  • red value is 199;
  • green value is 227;
  • blue value is 220.
RGB: (199,227,220) (78%,89%,86%)

RGB channels and saturation

R 199 of 255 = 78%
G 227 of 255 = 89%
B 220 of 255 = 86%

199
227
220

R + G + B ~ 84%. #C7E3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 227 + 220 = 646 (100%)
R 199 of 646 ~ 30.8%
G 227 of 646 ~ 35.14%
B 220 of 646 ~ 34.06%

%30.8
%35.14
%34.06

CMYK color model

#C7E3DC color CMYK value is (12,0,3,11).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK: (12,0,3,11) C12M0Y3K11 (12%,0%,3%,11%) (0.12/0.00/0.03/0.11)

CMYK percentages

%12.33
%0
%3.08
%10.98

Codes

Color #C7E3DC in popluar color models

C7E3DC
RGB199227220
HSL165°33.33%83.53%
HSB/HSV165°12.33%89.02%
CMYK12.33%0.00%3.08%
10.98%

Color #C7E3DC in popluar number systems.

HEXC7E3DC
Decimal199227220
Binary110001111110001111011100
Octal307343334

Shades and tints

Shades of #C7E3DC

#C7E3DC
(199,227,220)
#B5CFC8
(181,207,200)
#A3BBB4
(163,187,180)
#91A7A0
(145,167,160)
#7F938C
(127,147,140)
#6D7F78
(109,127,120)
#5B6B64
(91,107,100)
#495750
(73,87,80)
#37433C
(55,67,60)
#252F28
(37,47,40)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #C7E3DC

#C7E3DC
(199,227,220)
#CCE5DF
(204,229,223)
#D1E7E2
(209,231,226)
#D6E9E5
(214,233,229)
#DBEBE8
(219,235,232)
#E0EDEB
(224,237,235)
#E5EFEE
(229,239,238)
#EAF1F1
(234,241,241)
#EFF3F4
(239,243,244)
#F4F5F7
(244,245,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E3DC; }

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

This text font color is #C7E3DC.


Background Color

.myBgColor { background-color: #C7E3DC; }

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

This div background color is #C7E3DC.


Border color

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

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

This div border color is #C7E3DC.


Opacity

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

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

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

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

This text has shadow with #C7E3DC color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #C7E3DC; -webkit-box-shadow:	1px 1px 3px 2px #C7E3DC; box-shadow:	1px 1px 3px 2px #C7E3DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7E3DC; -webkit-box-shadow: 1px 1px 3px 2px #C7E3DC; box-shadow:1px 1px 3px 2px #C7E3DC;">
Div content here</div>
This div box has shadow with color #C7E3DC.

Preview

Color preview on black background

This text has color #C7E3DC on black background.


Color preview on white background

This text has color #C7E3DC on white background.



Black color preview on #C7E3DC background

This text has black color on #C7E3DC background.


White color preview on #C7E3DC background

This text has white color on #C7E3DC background.