COLOR #C7DDF2

HEX: #C7DDF2
RGB: (199,221,242)

Color info

#C7DDF2 contains red, green and blue colors in about the same proportion. Web safe color of #C7DDF2 is #CCCCFF (or #CCF).

RGB color model

#C7DDF2 color RGB value is (199,221,242).

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

RGB channels and saturation

R 199 of 255 = 78%
G 221 of 255 = 87%
B 242 of 255 = 95%

199
221
242

R + G + B ~ 87%. #C7DDF2 is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 221 + 242 = 662 (100%)
R 199 of 662 ~ 30.06%
G 221 of 662 ~ 33.38%
B 242 of 662 ~ 36.56%

%30.06
%33.38
%36.56

CMYK color model

#C7DDF2 color CMYK value is (18,9,0,5).

  • cyan value is 17.77%
  • magenta value is 8.68%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(18,9,0,5)
C18M9Y0K5 
(18%,9%,0%,5%)
(0.18/0.09/0.00/0.05)	

CMYK percentages

%17.77
%8.68
%0
%5.1

Codes

Color #C7DDF2 in popluar color models

C7DDF2
RGB199221242
HSL209°62.32%86.47%
HSB/HSV209°17.77%94.90%
CMYK17.77%8.68%0.00%
5.10%

Color #C7DDF2 in popluar number systems.

HEXC7DDF2
Decimal199221242
Binary110001111101110111110010
Octal307335362

Shades and tints

Shades of #C7DDF2

#C7DDF2
(199,221,242)
#B5C9DC
(181,201,220)
#A3B5C6
(163,181,198)
#91A1B0
(145,161,176)
#7F8D9A
(127,141,154)
#6D7984
(109,121,132)
#5B656E
(91,101,110)
#495158
(73,81,88)
#373D42
(55,61,66)
#25292C
(37,41,44)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #C7DDF2

#C7DDF2
(199,221,242)
#CCE0F3
(204,224,243)
#D1E3F4
(209,227,244)
#D6E6F5
(214,230,245)
#DBE9F6
(219,233,246)
#E0ECF7
(224,236,247)
#E5EFF8
(229,239,248)
#EAF2F9
(234,242,249)
#EFF5FA
(239,245,250)
#F4F8FB
(244,248,251)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DDF2; }

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

This text font color is #C7DDF2.


Background Color

.myBgColor { background-color: #C7DDF2; }

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

This div background color is #C7DDF2.


Border color

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

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

This div border color is #C7DDF2.


Opacity

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

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

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

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

This text has shadow with #C7DDF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DDF2 on black background.


Color preview on white background

This text has color #C7DDF2 on white background.



Black color preview on #C7DDF2 background

This text has black color on #C7DDF2 background.


White color preview on #C7DDF2 background

This text has white color on #C7DDF2 background.