COLOR #C1DFC7

HEX: #C1DFC7
RGB: (193,223,199)

Color info

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

RGB color model

#C1DFC7 color RGB value is (193,223,199).

  • red value is 193;
  • green value is 223;
  • blue value is 199.
RGB:
(193,223,199)
(76%,87%,78%)

RGB channels and saturation

R 193 of 255 = 76%
G 223 of 255 = 87%
B 199 of 255 = 78%

193
223
199

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

Portions of RGB colors in percentages

R + G + B =
193 + 223 + 199 = 615 (100%)
R 193 of 615 ~ 31.38%
G 223 of 615 ~ 36.26%
B 199 of 615 ~ 32.36%

%31.38
%36.26
%32.36

CMYK color model

#C1DFC7 color CMYK value is (13,0,11,13).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 12.55%
CMYK:
(13,0,11,13)
C13M0Y11K13 
(13%,0%,11%,13%)
(0.13/0.00/0.11/0.13)	

CMYK percentages

%13.45
%0
%10.76
%12.55

Codes

Color #C1DFC7 in popluar color models

C1DFC7
RGB193223199
HSL132°31.91%81.57%
HSB/HSV132°13.45%87.45%
CMYK13.45%0.00%10.76%
12.55%

Color #C1DFC7 in popluar number systems.

HEXC1DFC7
Decimal193223199
Binary110000011101111111000111
Octal301337307

Shades and tints

Shades of #C1DFC7

#C1DFC7
(193,223,199)
#B0CBB5
(176,203,181)
#9FB7A3
(159,183,163)
#8EA391
(142,163,145)
#7D8F7F
(125,143,127)
#6C7B6D
(108,123,109)
#5B675B
(91,103,91)
#4A5349
(74,83,73)
#393F37
(57,63,55)
#282B25
(40,43,37)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #C1DFC7

#C1DFC7
(193,223,199)
#C6E1CC
(198,225,204)
#CBE3D1
(203,227,209)
#D0E5D6
(208,229,214)
#D5E7DB
(213,231,219)
#DAE9E0
(218,233,224)
#DFEBE5
(223,235,229)
#E4EDEA
(228,237,234)
#E9EFEF
(233,239,239)
#EEF1F4
(238,241,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DFC7 color. Also use rgb(193,223,199) instead hex code.

Text Font Color

.myTextColor { color: #C1DFC7; }

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

This text font color is #C1DFC7.


Background Color

.myBgColor { background-color: #C1DFC7; }

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

This div background color is #C1DFC7.


Border color

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

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

This div border color is #C1DFC7.


Opacity

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

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

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

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

This text has shadow with #C1DFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DFC7 on black background.


Color preview on white background

This text has color #C1DFC7 on white background.



Black color preview on #C1DFC7 background

This text has black color on #C1DFC7 background.


White color preview on #C1DFC7 background

This text has white color on #C1DFC7 background.