COLOR #C7FAB0

HEX: #C7FAB0 RGB: (199,250,176)

Color info

#C7FAB0 contains mainly red and green colors. Web safe color of #C7FAB0 is #CCFF99 (or #CF9).

RGB color model

#C7FAB0 color RGB value is (199,250,176).

RGB: (199,250,176) (78%, 98%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 250 of 255 = 98%
B 176 of 255 = 69%

199
250
176

R + G + B ~ 82%. #C7FAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 250 + 176 = 625 (100%)
R 199 of 625 ~ 31.84%
G 250 of 625 ~ 40%
B 176 of 625 ~ 28.16'%

%31.84
%40
%28.16

CMYK color model

#C7FAB0 color CMYK value is (20,0,30,2).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK: (20,0,30,2) C20M0Y30K2 (20%,0%,30%,2%) (0.20/0.00/0.30/0.02) 

CMYK percentages

%20.4
%0
%29.6
%1.96

Codes

Color #C7FAB0 in popluar color models

C7 FA B0
RGB 199 250 176
HSL 101° 88.10% 83.53%
HSB/HSV 101° 29.60% 98.04%
CMYK 20.40% 0.00% 29.60%
1.96%

Color #C7FAB0 in popluar number systems.

HEX C7 FA B0
Decimal 199 250 176
Binary 11000111 11111010 10110000
Octal 307 372 260

Shades and tints

Shades of #C7FAB0

#C7FAB0
(199,250,176)
#B5E4A0
(181,228,160)
#A3CE90
(163,206,144)
#91B880
(145,184,128)
#7FA270
(127,162,112)
#6D8C60
(109,140,96)
#5B7650
(91,118,80)
#496040
(73,96,64)
#374A30
(55,74,48)
#253420
(37,52,32)
#131E10
(19,30,16)
#000000
(0,0,0)

Tints of #C7FAB0

#C7FAB0
(199,250,176)
#CCFAB7
(204,250,183)
#D1FABE
(209,250,190)
#D6FAC5
(214,250,197)
#DBFACC
(219,250,204)
#E0FAD3
(224,250,211)
#E5FADA
(229,250,218)
#EAFAE1
(234,250,225)
#EFFAE8
(239,250,232)
#F4FAEF
(244,250,239)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FAB0; }

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

This text font color is #C7FAB0.

Background Color

.myBgColor { background-color: #C7FAB0; }

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

This div background color is #C7FAB0.

Border color

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

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

This div border color is #C7FAB0.

Opacity

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

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

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

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

This text has shadow with #C7FAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FAB0.

Preview

Color preview on black background

This text has color #C7FAB0 on black background.


Color preview on white background

This text has color #C7FAB0 on white background.


Black color preview on #C7FAB0 background

This text has black color on #C7FAB0 background.


White color preview on #C7FAB0 background

This text has white color on #C7FAB0 background.


Related colors

Complementary color

Complementary color for #hex is #38054F.


I love getcolorcode.com

Triadic colors

1 #B0C7FA and #FAB0C7 with #C7FAB0 are triadic colors.

2 #B0FAC7 and #FAC7B0 with #C7FAB0 are triadic colors.