COLOR #C7EDFF

HEX: #C7EDFF RGB: (199,237,255)

Color info

#C7EDFF contains red, green and blue colors in about the same proportion. Web safe color of #C7EDFF is #CCFFFF (or #CFF).

RGB color model

#C7EDFF color RGB value is (199,237,255).

RGB: (199,237,255) (78%, 93%, 100%)

RGB channels and saturation

R 199 of 255 = 78%
G 237 of 255 = 93%
B 255 of 255 = 100%

199
237
255

R + G + B ~ 90%. #C7EDFF is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 237 + 255 = 691 (100%)
R 199 of 691 ~ 28.8%
G 237 of 691 ~ 34.3%
B 255 of 691 ~ 36.9'%

%28.8
%34.3
%36.9

CMYK color model

#C7EDFF color CMYK value is (22,7,0,0).

  • cyan value is 21.96%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (22,7,0,0)
C22M7Y0K0 (22%, 7%, 0%, 0%)
(0.22 / 0.07 / 0.00 / 0.00)

CMYK percentages

%21.96
%7.06
%0
%0

Codes

Color #C7EDFF in popluar color models

C7 ED FF
RGB 199 237 255
HSL 199° 100.00% 89.02%
HSB/HSV 199° 21.96% 100.00%
CMYK 21.96% 7.06% 0.00%
0.00%

Color #C7EDFF in popluar number systems.

HEX C7 ED FF
Decimal 199 237 255
Binary 11000111 11101101 11111111
Octal 307 355 377

Shades and tints

Shades of #C7EDFF

#C7EDFF
(199,237,255)
#B5D8E8
(181,216,232)
#A3C3D1
(163,195,209)
#91AEBA
(145,174,186)
#7F99A3
(127,153,163)
#6D848C
(109,132,140)
#5B6F75
(91,111,117)
#495A5E
(73,90,94)
#374547
(55,69,71)
#253030
(37,48,48)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #C7EDFF

#C7EDFF
(199,237,255)
#CCEEFF
(204,238,255)
#D1EFFF
(209,239,255)
#D6F0FF
(214,240,255)
#DBF1FF
(219,241,255)
#E0F2FF
(224,242,255)
#E5F3FF
(229,243,255)
#EAF4FF
(234,244,255)
#EFF5FF
(239,245,255)
#F4F6FF
(244,246,255)
#F9F7FF
(249,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EDFF; }

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

This text font color is #C7EDFF.

Background Color

.myBgColor { background-color: #C7EDFF; }

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

This div background color is #C7EDFF.

Border color

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

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

This div border color is #C7EDFF.

Opacity

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

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

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

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

This text has shadow with #C7EDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EDFF.

Preview

Color preview on black background

This text has color #C7EDFF on black background.


Color preview on white background

This text has color #C7EDFF on white background.


Black color preview on #C7EDFF background

This text has black color on #C7EDFF background.


White color preview on #C7EDFF background

This text has white color on #C7EDFF background.


Related colors

Complementary color

Complementary color for #hex is #381200.


I love getcolorcode.com

Triadic colors

1 #FFC7ED and #EDFFC7 with #C7EDFF are triadic colors.

2 #FFEDC7 and #EDC7FF with #C7EDFF are triadic colors.