COLOR #C7EFF0

HEX: #C7EFF0 RGB: (199,239,240)

Color info

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

RGB color model

#C7EFF0 color RGB value is (199,239,240).

RGB: (199,239,240) (78%, 94%, 94%)

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 240 of 255 = 94%

199
239
240

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

Portions of RGB colors in percentages

R + G + B = 199 + 239 + 240 = 678 (100%)
R 199 of 678 ~ 29.35%
G 239 of 678 ~ 35.25%
B 240 of 678 ~ 35.4'%

%29.35
%35.25
%35.4

CMYK color model

#C7EFF0 color CMYK value is (17,0,0,6).

  • cyan value is 17.08%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (17,0,0,6)
C17M0Y0K6 (17%, 0%, 0%, 6%)
(0.17 / 0.00 / 0.00 / 0.06)

CMYK percentages

%17.08
%0.42
%0
%5.88

Codes

Color #C7EFF0 in popluar color models

C7 EF F0
RGB 199 239 240
HSL 181° 57.75% 86.08%
HSB/HSV 181° 17.08% 94.12%
CMYK 17.08% 0.42% 0.00%
5.88%

Color #C7EFF0 in popluar number systems.

HEX C7 EF F0
Decimal 199 239 240
Binary 11000111 11101111 11110000
Octal 307 357 360

Shades and tints

Shades of #C7EFF0

#C7EFF0
(199,239,240)
#B5DADB
(181,218,219)
#A3C5C6
(163,197,198)
#91B0B1
(145,176,177)
#7F9B9C
(127,155,156)
#6D8687
(109,134,135)
#5B7172
(91,113,114)
#495C5D
(73,92,93)
#374748
(55,71,72)
#253233
(37,50,51)
#131D1E
(19,29,30)
#000000
(0,0,0)

Tints of #C7EFF0

#C7EFF0
(199,239,240)
#CCF0F1
(204,240,241)
#D1F1F2
(209,241,242)
#D6F2F3
(214,242,243)
#DBF3F4
(219,243,244)
#E0F4F5
(224,244,245)
#E5F5F6
(229,245,246)
#EAF6F7
(234,246,247)
#EFF7F8
(239,247,248)
#F4F8F9
(244,248,249)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFF0; }

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

This text font color is #C7EFF0.

Background Color

.myBgColor { background-color: #C7EFF0; }

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

This div background color is #C7EFF0.

Border color

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

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

This div border color is #C7EFF0.

Opacity

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

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

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

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

This text has shadow with #C7EFF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EFF0.

Preview

Color preview on black background

This text has color #C7EFF0 on black background.


Color preview on white background

This text has color #C7EFF0 on white background.


Black color preview on #C7EFF0 background

This text has black color on #C7EFF0 background.


White color preview on #C7EFF0 background

This text has white color on #C7EFF0 background.


Related colors

Complementary color

Complementary color for #hex is #38100F.


I love getcolorcode.com

Triadic colors

1 #F0C7EF and #EFF0C7 with #C7EFF0 are triadic colors.

2 #F0EFC7 and #EFC7F0 with #C7EFF0 are triadic colors.