COLOR #C6D5BF

HEX: #C6D5BF RGB: (198,213,191)

Color info

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

RGB color model

#C6D5BF color RGB value is (198,213,191).

RGB: (198,213,191) (78%, 84%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 213 of 255 = 84%
B 191 of 255 = 75%

198
213
191

R + G + B ~ 79%. #C6D5BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 213 + 191 = 602 (100%)
R 198 of 602 ~ 32.89%
G 213 of 602 ~ 35.38%
B 191 of 602 ~ 31.73'%

%32.89
%35.38
%31.73

CMYK color model

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

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • key color value is 16.47%

CMYK: (7,0,10,16)
C7M0Y10K16 (7%, 0%, 10%, 16%)
(0.07 / 0.00 / 0.10 / 0.16)

CMYK percentages

%7.04
%0
%10.33
%16.47

Codes

Color #C6D5BF in popluar color models

C6 D5 BF
RGB 198 213 191
HSL 101° 20.75% 79.22%
HSB/HSV 101° 10.33% 83.53%
CMYK 7.04% 0.00% 10.33%
16.47%

Color #C6D5BF in popluar number systems.

HEX C6 D5 BF
Decimal 198 213 191
Binary 11000110 11010101 10111111
Octal 306 325 277

Shades and tints

Shades of #C6D5BF

#C6D5BF
(198,213,191)
#B4C2AE
(180,194,174)
#A2AF9D
(162,175,157)
#909C8C
(144,156,140)
#7E897B
(126,137,123)
#6C766A
(108,118,106)
#5A6359
(90,99,89)
#485048
(72,80,72)
#363D37
(54,61,55)
#242A26
(36,42,38)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6D5BF

#C6D5BF
(198,213,191)
#CBD8C4
(203,216,196)
#D0DBC9
(208,219,201)
#D5DECE
(213,222,206)
#DAE1D3
(218,225,211)
#DFE4D8
(223,228,216)
#E4E7DD
(228,231,221)
#E9EAE2
(233,234,226)
#EEEDE7
(238,237,231)
#F3F0EC
(243,240,236)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D5BF; }

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

This text font color is #C6D5BF.

Background Color

.myBgColor { background-color: #C6D5BF; }

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

This div background color is #C6D5BF.

Border color

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

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

This div border color is #C6D5BF.

Opacity

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

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

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

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

This text has shadow with #C6D5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D5BF.

Preview

Color preview on black background

This text has color #C6D5BF on black background.


Color preview on white background

This text has color #C6D5BF on white background.


Black color preview on #C6D5BF background

This text has black color on #C6D5BF background.


White color preview on #C6D5BF background

This text has white color on #C6D5BF background.


Related colors

Complementary color

Complementary color for #hex is #392A40.


I love getcolorcode.com

Triadic colors

1 #BFC6D5 and #D5BFC6 with #C6D5BF are triadic colors.

2 #BFD5C6 and #D5C6BF with #C6D5BF are triadic colors.