COLOR #C7DDFD

HEX: #C7DDFD
RGB: (199,221,253)

Color info

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

RGB color model

#C7DDFD color RGB value is (199,221,253).

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

RGB channels and saturation

R 199 of 255 = 78%
G 221 of 255 = 87%
B 253 of 255 = 99%

199
221
253

R + G + B ~ 88%. #C7DDFD is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 221 + 253 = 673 (100%)
R 199 of 673 ~ 29.57%
G 221 of 673 ~ 32.84%
B 253 of 673 ~ 37.59%

%29.57
%32.84
%37.59

CMYK color model

#C7DDFD color CMYK value is (21,13,0,1).

  • cyan value is 21.34%
  • magenta value is 12.65%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(21,13,0,1)
C21M13Y0K1 
(21%,13%,0%,1%)
(0.21/0.13/0.00/0.01)	

CMYK percentages

%21.34
%12.65
%0
%0.78

Codes

Color #C7DDFD in popluar color models

C7DDFD
RGB199221253
HSL216°93.10%88.63%
HSB/HSV216°21.34%99.22%
CMYK21.34%12.65%0.00%
0.78%

Color #C7DDFD in popluar number systems.

HEXC7DDFD
Decimal199221253
Binary110001111101110111111101
Octal307335375

Shades and tints

Shades of #C7DDFD

#C7DDFD
(199,221,253)
#B5C9E6
(181,201,230)
#A3B5CF
(163,181,207)
#91A1B8
(145,161,184)
#7F8DA1
(127,141,161)
#6D798A
(109,121,138)
#5B6573
(91,101,115)
#49515C
(73,81,92)
#373D45
(55,61,69)
#25292E
(37,41,46)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #C7DDFD

#C7DDFD
(199,221,253)
#CCE0FD
(204,224,253)
#D1E3FD
(209,227,253)
#D6E6FD
(214,230,253)
#DBE9FD
(219,233,253)
#E0ECFD
(224,236,253)
#E5EFFD
(229,239,253)
#EAF2FD
(234,242,253)
#EFF5FD
(239,245,253)
#F4F8FD
(244,248,253)
#F9FBFD
(249,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DDFD; }

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

This text font color is #C7DDFD.


Background Color

.myBgColor { background-color: #C7DDFD; }

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

This div background color is #C7DDFD.


Border color

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

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

This div border color is #C7DDFD.


Opacity

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

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

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

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

This text has shadow with #C7DDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DDFD on black background.


Color preview on white background

This text has color #C7DDFD on white background.



Black color preview on #C7DDFD background

This text has black color on #C7DDFD background.


White color preview on #C7DDFD background

This text has white color on #C7DDFD background.