COLOR #C7EFFB

HEX: #C7EFFB RGB: (199,239,251)

Color info

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

RGB color model

#C7EFFB color RGB value is (199,239,251).

RGB: (199,239,251) (78%, 94%, 98%)

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 251 of 255 = 98%

199
239
251

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

Portions of RGB colors in percentages

R + G + B = 199 + 239 + 251 = 689 (100%)
R 199 of 689 ~ 28.88%
G 239 of 689 ~ 34.69%
B 251 of 689 ~ 36.43'%

%28.88
%34.69
%36.43

CMYK color model

#C7EFFB color CMYK value is (21,5,0,2).

  • cyan value is 20.72%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (21,5,0,2)
C21M5Y0K2 (21%, 5%, 0%, 2%)
(0.21 / 0.05 / 0.00 / 0.02)

CMYK percentages

%20.72
%4.78
%0
%1.57

Codes

Color #C7EFFB in popluar color models

C7 EF FB
RGB 199 239 251
HSL 194° 86.67% 88.24%
HSB/HSV 194° 20.72% 98.43%
CMYK 20.72% 4.78% 0.00%
1.57%

Color #C7EFFB in popluar number systems.

HEX C7 EF FB
Decimal 199 239 251
Binary 11000111 11101111 11111011
Octal 307 357 373

Shades and tints

Shades of #C7EFFB

#C7EFFB
(199,239,251)
#B5DAE5
(181,218,229)
#A3C5CF
(163,197,207)
#91B0B9
(145,176,185)
#7F9BA3
(127,155,163)
#6D868D
(109,134,141)
#5B7177
(91,113,119)
#495C61
(73,92,97)
#37474B
(55,71,75)
#253235
(37,50,53)
#131D1F
(19,29,31)
#000000
(0,0,0)

Tints of #C7EFFB

#C7EFFB
(199,239,251)
#CCF0FB
(204,240,251)
#D1F1FB
(209,241,251)
#D6F2FB
(214,242,251)
#DBF3FB
(219,243,251)
#E0F4FB
(224,244,251)
#E5F5FB
(229,245,251)
#EAF6FB
(234,246,251)
#EFF7FB
(239,247,251)
#F4F8FB
(244,248,251)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFFB; }

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

This text font color is #C7EFFB.

Background Color

.myBgColor { background-color: #C7EFFB; }

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

This div background color is #C7EFFB.

Border color

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

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

This div border color is #C7EFFB.

Opacity

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

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

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

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

This text has shadow with #C7EFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EFFB.

Preview

Color preview on black background

This text has color #C7EFFB on black background.


Color preview on white background

This text has color #C7EFFB on white background.


Black color preview on #C7EFFB background

This text has black color on #C7EFFB background.


White color preview on #C7EFFB background

This text has white color on #C7EFFB background.


Related colors

Complementary color

Complementary color for #hex is #381004.


I love getcolorcode.com

Triadic colors

1 #FBC7EF and #EFFBC7 with #C7EFFB are triadic colors.

2 #FBEFC7 and #EFC7FB with #C7EFFB are triadic colors.