COLOR #C7F3DD

HEX: #C7F3DD
RGB: (199,243,221)

Color info

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

RGB color model

#C7F3DD color RGB value is (199,243,221).

  • red value is 199;
  • green value is 243;
  • blue value is 221.
RGB:
(199,243,221)
(78%,95%,87%)

RGB channels and saturation

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

199
243
221

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

Portions of RGB colors in percentages

R + G + B =
199 + 243 + 221 = 663 (100%)
R 199 of 663 ~ 30.02%
G 243 of 663 ~ 36.65%
B 221 of 663 ~ 33.33%

%30.02
%36.65
%33.33

CMYK color model

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

  • cyan value is 18.11%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(18,0,9,5)
C18M0Y9K5 
(18%,0%,9%,5%)
(0.18/0.00/0.09/0.05)	

CMYK percentages

%18.11
%0
%9.05
%4.71

Codes

Color #C7F3DD in popluar color models

C7F3DD
RGB199243221
HSL150°64.71%86.67%
HSB/HSV150°18.11%95.29%
CMYK18.11%0.00%9.05%
4.71%

Color #C7F3DD in popluar number systems.

HEXC7F3DD
Decimal199243221
Binary110001111111001111011101
Octal307363335

Shades and tints

Shades of #C7F3DD

#C7F3DD
(199,243,221)
#B5DDC9
(181,221,201)
#A3C7B5
(163,199,181)
#91B1A1
(145,177,161)
#7F9B8D
(127,155,141)
#6D8579
(109,133,121)
#5B6F65
(91,111,101)
#495951
(73,89,81)
#37433D
(55,67,61)
#252D29
(37,45,41)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #C7F3DD

#C7F3DD
(199,243,221)
#CCF4E0
(204,244,224)
#D1F5E3
(209,245,227)
#D6F6E6
(214,246,230)
#DBF7E9
(219,247,233)
#E0F8EC
(224,248,236)
#E5F9EF
(229,249,239)
#EAFAF2
(234,250,242)
#EFFBF5
(239,251,245)
#F4FCF8
(244,252,248)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F3DD; }

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

This text font color is #C7F3DD.


Background Color

.myBgColor { background-color: #C7F3DD; }

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

This div background color is #C7F3DD.


Border color

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

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

This div border color is #C7F3DD.


Opacity

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

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

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

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

This text has shadow with #C7F3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F3DD on black background.


Color preview on white background

This text has color #C7F3DD on white background.



Black color preview on #C7F3DD background

This text has black color on #C7F3DD background.


White color preview on #C7F3DD background

This text has white color on #C7F3DD background.