COLOR #C7FAF0

HEX: #C7FAF0 RGB: (199,250,240)

Color info

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

RGB color model

#C7FAF0 color RGB value is (199,250,240).

RGB: (199,250,240) (78%, 98%, 94%)

RGB channels and saturation

R 199 of 255 = 78%
G 250 of 255 = 98%
B 240 of 255 = 94%

199
250
240

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

Portions of RGB colors in percentages

R + G + B = 199 + 250 + 240 = 689 (100%)
R 199 of 689 ~ 28.88%
G 250 of 689 ~ 36.28%
B 240 of 689 ~ 34.83'%

%28.88
%36.28
%34.83

CMYK color model

#C7FAF0 color CMYK value is (20,0,4,2).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 1.96%

CMYK: (20,0,4,2)
C20M0Y4K2 (20%, 0%, 4%, 2%)
(0.20 / 0.00 / 0.04 / 0.02)

CMYK percentages

%20.4
%0
%4
%1.96

Codes

Color #C7FAF0 in popluar color models

C7 FA F0
RGB 199 250 240
HSL 168° 83.61% 88.04%
HSB/HSV 168° 20.40% 98.04%
CMYK 20.40% 0.00% 4.00%
1.96%

Color #C7FAF0 in popluar number systems.

HEX C7 FA F0
Decimal 199 250 240
Binary 11000111 11111010 11110000
Octal 307 372 360

Shades and tints

Shades of #C7FAF0

#C7FAF0
(199,250,240)
#B5E4DB
(181,228,219)
#A3CEC6
(163,206,198)
#91B8B1
(145,184,177)
#7FA29C
(127,162,156)
#6D8C87
(109,140,135)
#5B7672
(91,118,114)
#49605D
(73,96,93)
#374A48
(55,74,72)
#253433
(37,52,51)
#131E1E
(19,30,30)
#000000
(0,0,0)

Tints of #C7FAF0

#C7FAF0
(199,250,240)
#CCFAF1
(204,250,241)
#D1FAF2
(209,250,242)
#D6FAF3
(214,250,243)
#DBFAF4
(219,250,244)
#E0FAF5
(224,250,245)
#E5FAF6
(229,250,246)
#EAFAF7
(234,250,247)
#EFFAF8
(239,250,248)
#F4FAF9
(244,250,249)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FAF0; }

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

This text font color is #C7FAF0.

Background Color

.myBgColor { background-color: #C7FAF0; }

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

This div background color is #C7FAF0.

Border color

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

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

This div border color is #C7FAF0.

Opacity

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

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

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

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

This text has shadow with #C7FAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FAF0.

Preview

Color preview on black background

This text has color #C7FAF0 on black background.


Color preview on white background

This text has color #C7FAF0 on white background.


Black color preview on #C7FAF0 background

This text has black color on #C7FAF0 background.


White color preview on #C7FAF0 background

This text has white color on #C7FAF0 background.


Related colors

Complementary color

Complementary color for #hex is #38050F.


I love getcolorcode.com

Triadic colors

1 #F0C7FA and #FAF0C7 with #C7FAF0 are triadic colors.

2 #F0FAC7 and #FAC7F0 with #C7FAF0 are triadic colors.