COLOR #C6D4D5

HEX: #C6D4D5
RGB: (198,212,213)

Color info

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

RGB color model

#C6D4D5 color RGB value is (198,212,213).

  • red value is 198;
  • green value is 212;
  • blue value is 213.
RGB:
(198,212,213)
(78%,83%,84%)

RGB channels and saturation

R 198 of 255 = 78%
G 212 of 255 = 83%
B 213 of 255 = 84%

198
212
213

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

Portions of RGB colors in percentages

R + G + B =
198 + 212 + 213 = 623 (100%)
R 198 of 623 ~ 31.78%
G 212 of 623 ~ 34.03%
B 213 of 623 ~ 34.19%

%31.78
%34.03
%34.19

CMYK color model

#C6D4D5 color CMYK value is (7,0,0,16).

  • cyan value is 7.04%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(7,0,0,16)
C7M0Y0K16 
(7%,0%,0%,16%)
(0.07/0.00/0.00/0.16)	

CMYK percentages

%7.04
%0.47
%0
%16.47

Codes

Color #C6D4D5 in popluar color models

C6D4D5
RGB198212213
HSL184°15.15%80.59%
HSB/HSV184°7.04%83.53%
CMYK7.04%0.47%0.00%
16.47%

Color #C6D4D5 in popluar number systems.

HEXC6D4D5
Decimal198212213
Binary110001101101010011010101
Octal306324325

Shades and tints

Shades of #C6D4D5

#C6D4D5
(198,212,213)
#B4C1C2
(180,193,194)
#A2AEAF
(162,174,175)
#909B9C
(144,155,156)
#7E8889
(126,136,137)
#6C7576
(108,117,118)
#5A6263
(90,98,99)
#484F50
(72,79,80)
#363C3D
(54,60,61)
#24292A
(36,41,42)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #C6D4D5

#C6D4D5
(198,212,213)
#CBD7D8
(203,215,216)
#D0DADB
(208,218,219)
#D5DDDE
(213,221,222)
#DAE0E1
(218,224,225)
#DFE3E4
(223,227,228)
#E4E6E7
(228,230,231)
#E9E9EA
(233,233,234)
#EEECED
(238,236,237)
#F3EFF0
(243,239,240)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D4D5 color. Also use rgb(198,212,213) instead hex code.

Text Font Color

.myTextColor { color: #C6D4D5; }

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

This text font color is #C6D4D5.


Background Color

.myBgColor { background-color: #C6D4D5; }

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

This div background color is #C6D4D5.


Border color

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

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

This div border color is #C6D4D5.


Opacity

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

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

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

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

This text has shadow with #C6D4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D4D5 on black background.


Color preview on white background

This text has color #C6D4D5 on white background.



Black color preview on #C6D4D5 background

This text has black color on #C6D4D5 background.


White color preview on #C6D4D5 background

This text has white color on #C6D4D5 background.