COLOR #C7EBD8

HEX: #C7EBD8 RGB: (199,235,216)

Color info

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

RGB color model

#C7EBD8 color RGB value is (199,235,216).

RGB: (199,235,216) (78%, 92%, 85%)

RGB channels and saturation

R 199 of 255 = 78%
G 235 of 255 = 92%
B 216 of 255 = 85%

199
235
216

R + G + B ~ 85%. #C7EBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 235 + 216 = 650 (100%)
R 199 of 650 ~ 30.62%
G 235 of 650 ~ 36.15%
B 216 of 650 ~ 33.23'%

%30.62
%36.15
%33.23

CMYK color model

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

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

CMYK: (15,0,8,8)
C15M0Y8K8 (15%, 0%, 8%, 8%)
(0.15 / 0.00 / 0.08 / 0.08)

CMYK percentages

%15.32
%0
%8.09
%7.84

Codes

Color #C7EBD8 in popluar color models

C7 EB D8
RGB 199 235 216
HSL 148° 47.37% 85.10%
HSB/HSV 148° 15.32% 92.16%
CMYK 15.32% 0.00% 8.09%
7.84%

Color #C7EBD8 in popluar number systems.

HEX C7 EB D8
Decimal 199 235 216
Binary 11000111 11101011 11011000
Octal 307 353 330

Shades and tints

Shades of #C7EBD8

#C7EBD8
(199,235,216)
#B5D6C5
(181,214,197)
#A3C1B2
(163,193,178)
#91AC9F
(145,172,159)
#7F978C
(127,151,140)
#6D8279
(109,130,121)
#5B6D66
(91,109,102)
#495853
(73,88,83)
#374340
(55,67,64)
#252E2D
(37,46,45)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #C7EBD8

#C7EBD8
(199,235,216)
#CCECDB
(204,236,219)
#D1EDDE
(209,237,222)
#D6EEE1
(214,238,225)
#DBEFE4
(219,239,228)
#E0F0E7
(224,240,231)
#E5F1EA
(229,241,234)
#EAF2ED
(234,242,237)
#EFF3F0
(239,243,240)
#F4F4F3
(244,244,243)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EBD8; }

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

This text font color is #C7EBD8.

Background Color

.myBgColor { background-color: #C7EBD8; }

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

This div background color is #C7EBD8.

Border color

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

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

This div border color is #C7EBD8.

Opacity

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

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

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

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

This text has shadow with #C7EBD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EBD8.

Preview

Color preview on black background

This text has color #C7EBD8 on black background.


Color preview on white background

This text has color #C7EBD8 on white background.


Black color preview on #C7EBD8 background

This text has black color on #C7EBD8 background.


White color preview on #C7EBD8 background

This text has white color on #C7EBD8 background.


Related colors

Complementary color

Complementary color for #hex is #381427.


I love getcolorcode.com

Triadic colors

1 #D8C7EB and #EBD8C7 with #C7EBD8 are triadic colors.

2 #D8EBC7 and #EBC7D8 with #C7EBD8 are triadic colors.