COLOR #C7DCBF

HEX: #C7DCBF
RGB: (199,220,191)

Color info

#C7DCBF contains red, green and blue colors in about the same proportion. Web safe color of #C7DCBF is #CCCCCC (or #CCC).

RGB color model

#C7DCBF color RGB value is (199,220,191).

  • red value is 199;
  • green value is 220;
  • blue value is 191.
RGB:
(199,220,191)
(78%,86%,75%)

RGB channels and saturation

R 199 of 255 = 78%
G 220 of 255 = 86%
B 191 of 255 = 75%

199
220
191

R + G + B ~ 80%. #C7DCBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 220 + 191 = 610 (100%)
R 199 of 610 ~ 32.62%
G 220 of 610 ~ 36.07%
B 191 of 610 ~ 31.31%

%32.62
%36.07
%31.31

CMYK color model

#C7DCBF color CMYK value is (10,0,13,14).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 13.18%
  • key color value is 13.73%
CMYK:
(10,0,13,14)
C10M0Y13K14 
(10%,0%,13%,14%)
(0.10/0.00/0.13/0.14)	

CMYK percentages

%9.55
%0
%13.18
%13.73

Codes

Color #C7DCBF in popluar color models

C7DCBF
RGB199220191
HSL103°29.29%80.59%
HSB/HSV103°13.18%86.27%
CMYK9.55%0.00%13.18%
13.73%

Color #C7DCBF in popluar number systems.

HEXC7DCBF
Decimal199220191
Binary110001111101110010111111
Octal307334277

Shades and tints

Shades of #C7DCBF

#C7DCBF
(199,220,191)
#B5C8AE
(181,200,174)
#A3B49D
(163,180,157)
#91A08C
(145,160,140)
#7F8C7B
(127,140,123)
#6D786A
(109,120,106)
#5B6459
(91,100,89)
#495048
(73,80,72)
#373C37
(55,60,55)
#252826
(37,40,38)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C7DCBF

#C7DCBF
(199,220,191)
#CCDFC4
(204,223,196)
#D1E2C9
(209,226,201)
#D6E5CE
(214,229,206)
#DBE8D3
(219,232,211)
#E0EBD8
(224,235,216)
#E5EEDD
(229,238,221)
#EAF1E2
(234,241,226)
#EFF4E7
(239,244,231)
#F4F7EC
(244,247,236)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DCBF color. Also use rgb(199,220,191) instead hex code.

Text Font Color

.myTextColor { color: #C7DCBF; }

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

This text font color is #C7DCBF.


Background Color

.myBgColor { background-color: #C7DCBF; }

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

This div background color is #C7DCBF.


Border color

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

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

This div border color is #C7DCBF.


Opacity

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

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

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

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

This text has shadow with #C7DCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DCBF on black background.


Color preview on white background

This text has color #C7DCBF on white background.



Black color preview on #C7DCBF background

This text has black color on #C7DCBF background.


White color preview on #C7DCBF background

This text has white color on #C7DCBF background.