COLOR #C7EFF5

HEX: #C7EFF5 RGB: (199,239,245)

Color info

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

RGB color model

#C7EFF5 color RGB value is (199,239,245).

RGB: (199,239,245) (78%, 94%, 96%)

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 245 of 255 = 96%

199
239
245

R + G + B ~ 89%. #C7EFF5 is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 239 + 245 = 683 (100%)
R 199 of 683 ~ 29.14%
G 239 of 683 ~ 34.99%
B 245 of 683 ~ 35.87'%

%29.14
%34.99
%35.87

CMYK color model

#C7EFF5 color CMYK value is (19,2,0,4).

  • cyan value is 18.78%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (19,2,0,4)
C19M2Y0K4 (19%, 2%, 0%, 4%)
(0.19 / 0.02 / 0.00 / 0.04)

CMYK percentages

%18.78
%2.45
%0
%3.92

Codes

Color #C7EFF5 in popluar color models

C7 EF F5
RGB 199 239 245
HSL 188° 69.70% 87.06%
HSB/HSV 188° 18.78% 96.08%
CMYK 18.78% 2.45% 0.00%
3.92%

Color #C7EFF5 in popluar number systems.

HEX C7 EF F5
Decimal 199 239 245
Binary 11000111 11101111 11110101
Octal 307 357 365

Shades and tints

Shades of #C7EFF5

#C7EFF5
(199,239,245)
#B5DADF
(181,218,223)
#A3C5C9
(163,197,201)
#91B0B3
(145,176,179)
#7F9B9D
(127,155,157)
#6D8687
(109,134,135)
#5B7171
(91,113,113)
#495C5B
(73,92,91)
#374745
(55,71,69)
#25322F
(37,50,47)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #C7EFF5

#C7EFF5
(199,239,245)
#CCF0F5
(204,240,245)
#D1F1F5
(209,241,245)
#D6F2F5
(214,242,245)
#DBF3F5
(219,243,245)
#E0F4F5
(224,244,245)
#E5F5F5
(229,245,245)
#EAF6F5
(234,246,245)
#EFF7F5
(239,247,245)
#F4F8F5
(244,248,245)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EFF5 color. Also use rgb(199,239,245) instead hex code.

Text Font Color

.myTextColor { color: #C7EFF5; }

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

This text font color is #C7EFF5.

Background Color

.myBgColor { background-color: #C7EFF5; }

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

This div background color is #C7EFF5.

Border color

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

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

This div border color is #C7EFF5.

Opacity

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

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

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

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

This text has shadow with #C7EFF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EFF5.

Preview

Color preview on black background

This text has color #C7EFF5 on black background.


Color preview on white background

This text has color #C7EFF5 on white background.


Black color preview on #C7EFF5 background

This text has black color on #C7EFF5 background.


White color preview on #C7EFF5 background

This text has white color on #C7EFF5 background.


Related colors

Complementary color

Complementary color for #hex is #38100A.


I love getcolorcode.com

Triadic colors

1 #F5C7EF and #EFF5C7 with #C7EFF5 are triadic colors.

2 #F5EFC7 and #EFC7F5 with #C7EFF5 are triadic colors.