COLOR #C7EEDB

HEX: #C7EEDB RGB: (199,238,219)

Color info

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

RGB color model

#C7EEDB color RGB value is (199,238,219).

RGB: (199,238,219) (78%, 93%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 238 of 255 = 93%
B 219 of 255 = 86%

199
238
219

R + G + B ~ 86%. #C7EEDB is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 238 + 219 = 656 (100%)
R 199 of 656 ~ 30.34%
G 238 of 656 ~ 36.28%
B 219 of 656 ~ 33.38'%

%30.34
%36.28
%33.38

CMYK color model

#C7EEDB color CMYK value is (16,0,8,7).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 6.67%

CMYK: (16,0,8,7)
C16M0Y8K7 (16%, 0%, 8%, 7%)
(0.16 / 0.00 / 0.08 / 0.07)

CMYK percentages

%16.39
%0
%7.98
%6.67

Codes

Color #C7EEDB in popluar color models

C7 EE DB
RGB 199 238 219
HSL 151° 53.42% 85.69%
HSB/HSV 151° 16.39% 93.33%
CMYK 16.39% 0.00% 7.98%
6.67%

Color #C7EEDB in popluar number systems.

HEX C7 EE DB
Decimal 199 238 219
Binary 11000111 11101110 11011011
Octal 307 356 333

Shades and tints

Shades of #C7EEDB

#C7EEDB
(199,238,219)
#B5D9C8
(181,217,200)
#A3C4B5
(163,196,181)
#91AFA2
(145,175,162)
#7F9A8F
(127,154,143)
#6D857C
(109,133,124)
#5B7069
(91,112,105)
#495B56
(73,91,86)
#374643
(55,70,67)
#253130
(37,49,48)
#131C1D
(19,28,29)
#000000
(0,0,0)

Tints of #C7EEDB

#C7EEDB
(199,238,219)
#CCEFDE
(204,239,222)
#D1F0E1
(209,240,225)
#D6F1E4
(214,241,228)
#DBF2E7
(219,242,231)
#E0F3EA
(224,243,234)
#E5F4ED
(229,244,237)
#EAF5F0
(234,245,240)
#EFF6F3
(239,246,243)
#F4F7F6
(244,247,246)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EEDB color. Also use rgb(199,238,219) instead hex code.

Text Font Color

.myTextColor { color: #C7EEDB; }

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

This text font color is #C7EEDB.

Background Color

.myBgColor { background-color: #C7EEDB; }

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

This div background color is #C7EEDB.

Border color

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

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

This div border color is #C7EEDB.

Opacity

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

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

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

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

This text has shadow with #C7EEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EEDB.

Preview

Color preview on black background

This text has color #C7EEDB on black background.


Color preview on white background

This text has color #C7EEDB on white background.


Black color preview on #C7EEDB background

This text has black color on #C7EEDB background.


White color preview on #C7EEDB background

This text has white color on #C7EEDB background.


Related colors

Complementary color

Complementary color for #hex is #381124.


I love getcolorcode.com

Triadic colors

1 #DBC7EE and #EEDBC7 with #C7EEDB are triadic colors.

2 #DBEEC7 and #EEC7DB with #C7EEDB are triadic colors.