COLOR #C7DDD8

HEX: #C7DDD8
RGB: (199,221,216)

Color info

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

RGB color model

#C7DDD8 color RGB value is (199,221,216).

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

RGB channels and saturation

R 199 of 255 = 78%
G 221 of 255 = 87%
B 216 of 255 = 85%

199
221
216

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

Portions of RGB colors in percentages

R + G + B =
199 + 221 + 216 = 636 (100%)
R 199 of 636 ~ 31.29%
G 221 of 636 ~ 34.75%
B 216 of 636 ~ 33.96%

%31.29
%34.75
%33.96

CMYK color model

#C7DDD8 color CMYK value is (10,0,2,13).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 13.33%
CMYK:
(10,0,2,13)
C10M0Y2K13 
(10%,0%,2%,13%)
(0.10/0.00/0.02/0.13)	

CMYK percentages

%9.95
%0
%2.26
%13.33

Codes

Color #C7DDD8 in popluar color models

C7DDD8
RGB199221216
HSL166°24.44%82.35%
HSB/HSV166°9.95%86.67%
CMYK9.95%0.00%2.26%
13.33%

Color #C7DDD8 in popluar number systems.

HEXC7DDD8
Decimal199221216
Binary110001111101110111011000
Octal307335330

Shades and tints

Shades of #C7DDD8

#C7DDD8
(199,221,216)
#B5C9C5
(181,201,197)
#A3B5B2
(163,181,178)
#91A19F
(145,161,159)
#7F8D8C
(127,141,140)
#6D7979
(109,121,121)
#5B6566
(91,101,102)
#495153
(73,81,83)
#373D40
(55,61,64)
#25292D
(37,41,45)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #C7DDD8

#C7DDD8
(199,221,216)
#CCE0DB
(204,224,219)
#D1E3DE
(209,227,222)
#D6E6E1
(214,230,225)
#DBE9E4
(219,233,228)
#E0ECE7
(224,236,231)
#E5EFEA
(229,239,234)
#EAF2ED
(234,242,237)
#EFF5F0
(239,245,240)
#F4F8F3
(244,248,243)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DDD8; }

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

This text font color is #C7DDD8.


Background Color

.myBgColor { background-color: #C7DDD8; }

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

This div background color is #C7DDD8.


Border color

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

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

This div border color is #C7DDD8.


Opacity

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

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

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

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

This text has shadow with #C7DDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DDD8 on black background.


Color preview on white background

This text has color #C7DDD8 on white background.



Black color preview on #C7DDD8 background

This text has black color on #C7DDD8 background.


White color preview on #C7DDD8 background

This text has white color on #C7DDD8 background.