COLOR #C7EDD8

HEX: #C7EDD8
RGB: (199,237,216)

Color info

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

RGB color model

#C7EDD8 color RGB value is (199,237,216).

  • red value is 199;
  • green value is 237;
  • blue value is 216.
RGB:
(199,237,216)
(78%,93%,85%)

RGB channels and saturation

R 199 of 255 = 78%
G 237 of 255 = 93%
B 216 of 255 = 85%

199
237
216

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

Portions of RGB colors in percentages

R + G + B =
199 + 237 + 216 = 652 (100%)
R 199 of 652 ~ 30.52%
G 237 of 652 ~ 36.35%
B 216 of 652 ~ 33.13%

%30.52
%36.35
%33.13

CMYK color model

#C7EDD8 color CMYK value is (16,0,9,7).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 7.06%
CMYK:
(16,0,9,7)
C16M0Y9K7 
(16%,0%,9%,7%)
(0.16/0.00/0.09/0.07)	

CMYK percentages

%16.03
%0
%8.86
%7.06

Codes

Color #C7EDD8 in popluar color models

C7EDD8
RGB199237216
HSL147°51.35%85.49%
HSB/HSV147°16.03%92.94%
CMYK16.03%0.00%8.86%
7.06%

Color #C7EDD8 in popluar number systems.

HEXC7EDD8
Decimal199237216
Binary110001111110110111011000
Octal307355330

Shades and tints

Shades of #C7EDD8

#C7EDD8
(199,237,216)
#B5D8C5
(181,216,197)
#A3C3B2
(163,195,178)
#91AE9F
(145,174,159)
#7F998C
(127,153,140)
#6D8479
(109,132,121)
#5B6F66
(91,111,102)
#495A53
(73,90,83)
#374540
(55,69,64)
#25302D
(37,48,45)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #C7EDD8

#C7EDD8
(199,237,216)
#CCEEDB
(204,238,219)
#D1EFDE
(209,239,222)
#D6F0E1
(214,240,225)
#DBF1E4
(219,241,228)
#E0F2E7
(224,242,231)
#E5F3EA
(229,243,234)
#EAF4ED
(234,244,237)
#EFF5F0
(239,245,240)
#F4F6F3
(244,246,243)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EDD8; }

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

This text font color is #C7EDD8.


Background Color

.myBgColor { background-color: #C7EDD8; }

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

This div background color is #C7EDD8.


Border color

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

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

This div border color is #C7EDD8.


Opacity

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

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

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

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

This text has shadow with #C7EDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EDD8 on black background.


Color preview on white background

This text has color #C7EDD8 on white background.



Black color preview on #C7EDD8 background

This text has black color on #C7EDD8 background.


White color preview on #C7EDD8 background

This text has white color on #C7EDD8 background.