COLOR #C7F2DD

HEX: #C7F2DD RGB: (199,242,221)

Color info

#C7F2DD contains red, green and blue colors in about the same proportion. Web safe color of #C7F2DD is #CCFFCC (or #CFC).

RGB color model

#C7F2DD color RGB value is (199,242,221).

RGB: (199,242,221) (78%, 95%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 242 of 255 = 95%
B 221 of 255 = 87%

199
242
221

R + G + B ~ 87%. #C7F2DD is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 242 + 221 = 662 (100%)
R 199 of 662 ~ 30.06%
G 242 of 662 ~ 36.56%
B 221 of 662 ~ 33.38'%

%30.06
%36.56
%33.38

CMYK color model

#C7F2DD color CMYK value is (18,0,9,5).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 5.10%

CMYK: (18,0,9,5)
C18M0Y9K5 (18%, 0%, 9%, 5%)
(0.18 / 0.00 / 0.09 / 0.05)

CMYK percentages

%17.77
%0
%8.68
%5.1

Codes

Color #C7F2DD in popluar color models

C7 F2 DD
RGB 199 242 221
HSL 151° 62.32% 86.47%
HSB/HSV 151° 17.77% 94.90%
CMYK 17.77% 0.00% 8.68%
5.10%

Color #C7F2DD in popluar number systems.

HEX C7 F2 DD
Decimal 199 242 221
Binary 11000111 11110010 11011101
Octal 307 362 335

Shades and tints

Shades of #C7F2DD

#C7F2DD
(199,242,221)
#B5DCC9
(181,220,201)
#A3C6B5
(163,198,181)
#91B0A1
(145,176,161)
#7F9A8D
(127,154,141)
#6D8479
(109,132,121)
#5B6E65
(91,110,101)
#495851
(73,88,81)
#37423D
(55,66,61)
#252C29
(37,44,41)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #C7F2DD

#C7F2DD
(199,242,221)
#CCF3E0
(204,243,224)
#D1F4E3
(209,244,227)
#D6F5E6
(214,245,230)
#DBF6E9
(219,246,233)
#E0F7EC
(224,247,236)
#E5F8EF
(229,248,239)
#EAF9F2
(234,249,242)
#EFFAF5
(239,250,245)
#F4FBF8
(244,251,248)
#F9FCFB
(249,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F2DD color. Also use rgb(199,242,221) instead hex code.

Text Font Color

.myTextColor { color: #C7F2DD; }

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

This text font color is #C7F2DD.

Background Color

.myBgColor { background-color: #C7F2DD; }

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

This div background color is #C7F2DD.

Border color

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

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

This div border color is #C7F2DD.

Opacity

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

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

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

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

This text has shadow with #C7F2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F2DD.

Preview

Color preview on black background

This text has color #C7F2DD on black background.


Color preview on white background

This text has color #C7F2DD on white background.


Black color preview on #C7F2DD background

This text has black color on #C7F2DD background.


White color preview on #C7F2DD background

This text has white color on #C7F2DD background.


Related colors

Complementary color

Complementary color for #hex is #380D22.


I love getcolorcode.com

Triadic colors

1 #DDC7F2 and #F2DDC7 with #C7F2DD are triadic colors.

2 #DDF2C7 and #F2C7DD with #C7F2DD are triadic colors.