COLOR #C6DBBE

HEX: #C6DBBE
RGB: (198,219,190)

Color info

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

RGB color model

#C6DBBE color RGB value is (198,219,190).

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

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 190 of 255 = 75%

198
219
190

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

Portions of RGB colors in percentages

R + G + B =
198 + 219 + 190 = 607 (100%)
R 198 of 607 ~ 32.62%
G 219 of 607 ~ 36.08%
B 190 of 607 ~ 31.3%

%32.62
%36.08
%31.3

CMYK color model

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

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

CMYK percentages

%9.59
%0
%13.24
%14.12

Codes

Color #C6DBBE in popluar color models

C6DBBE
RGB198219190
HSL103°28.71%80.20%
HSB/HSV103°13.24%85.88%
CMYK9.59%0.00%13.24%
14.12%

Color #C6DBBE in popluar number systems.

HEXC6DBBE
Decimal198219190
Binary110001101101101110111110
Octal306333276

Shades and tints

Shades of #C6DBBE

#C6DBBE
(198,219,190)
#B4C8AD
(180,200,173)
#A2B59C
(162,181,156)
#90A28B
(144,162,139)
#7E8F7A
(126,143,122)
#6C7C69
(108,124,105)
#5A6958
(90,105,88)
#485647
(72,86,71)
#364336
(54,67,54)
#243025
(36,48,37)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #C6DBBE

#C6DBBE
(198,219,190)
#CBDEC3
(203,222,195)
#D0E1C8
(208,225,200)
#D5E4CD
(213,228,205)
#DAE7D2
(218,231,210)
#DFEAD7
(223,234,215)
#E4EDDC
(228,237,220)
#E9F0E1
(233,240,225)
#EEF3E6
(238,243,230)
#F3F6EB
(243,246,235)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DBBE; }

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

This text font color is #C6DBBE.


Background Color

.myBgColor { background-color: #C6DBBE; }

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

This div background color is #C6DBBE.


Border color

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

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

This div border color is #C6DBBE.


Opacity

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

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

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

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

This text has shadow with #C6DBBE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6DBBE on black background.


Color preview on white background

This text has color #C6DBBE on white background.



Black color preview on #C6DBBE background

This text has black color on #C6DBBE background.


White color preview on #C6DBBE background

This text has white color on #C6DBBE background.