COLOR #C6DDBE

HEX: #C6DDBE
RGB: (198,221,190)

Color info

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

RGB color model

#C6DDBE color RGB value is (198,221,190).

  • red value is 198;
  • green value is 221;
  • blue value is 190.
RGB:
(198,221,190)
(78%,87%,75%)

RGB channels and saturation

R 198 of 255 = 78%
G 221 of 255 = 87%
B 190 of 255 = 75%

198
221
190

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

Portions of RGB colors in percentages

R + G + B =
198 + 221 + 190 = 609 (100%)
R 198 of 609 ~ 32.51%
G 221 of 609 ~ 36.29%
B 190 of 609 ~ 31.2%

%32.51
%36.29
%31.2

CMYK color model

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

  • cyan value is 10.41%
  • magenta value is 0.00%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(10,0,14,13)
C10M0Y14K13 
(10%,0%,14%,13%)
(0.10/0.00/0.14/0.13)	

CMYK percentages

%10.41
%0
%14.03
%13.33

Codes

Color #C6DDBE in popluar color models

C6DDBE
RGB198221190
HSL105°31.31%80.59%
HSB/HSV105°14.03%86.67%
CMYK10.41%0.00%14.03%
13.33%

Color #C6DDBE in popluar number systems.

HEXC6DDBE
Decimal198221190
Binary110001101101110110111110
Octal306335276

Shades and tints

Shades of #C6DDBE

#C6DDBE
(198,221,190)
#B4C9AD
(180,201,173)
#A2B59C
(162,181,156)
#90A18B
(144,161,139)
#7E8D7A
(126,141,122)
#6C7969
(108,121,105)
#5A6558
(90,101,88)
#485147
(72,81,71)
#363D36
(54,61,54)
#242925
(36,41,37)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C6DDBE

#C6DDBE
(198,221,190)
#CBE0C3
(203,224,195)
#D0E3C8
(208,227,200)
#D5E6CD
(213,230,205)
#DAE9D2
(218,233,210)
#DFECD7
(223,236,215)
#E4EFDC
(228,239,220)
#E9F2E1
(233,242,225)
#EEF5E6
(238,245,230)
#F3F8EB
(243,248,235)
#F8FBF0
(248,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DDBE color. Also use rgb(198,221,190) instead hex code.

Text Font Color

.myTextColor { color: #C6DDBE; }

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

This text font color is #C6DDBE.


Background Color

.myBgColor { background-color: #C6DDBE; }

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

This div background color is #C6DDBE.


Border color

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

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

This div border color is #C6DDBE.


Opacity

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

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

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

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

This text has shadow with #C6DDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DDBE on black background.


Color preview on white background

This text has color #C6DDBE on white background.



Black color preview on #C6DDBE background

This text has black color on #C6DDBE background.


White color preview on #C6DDBE background

This text has white color on #C6DDBE background.