COLOR #C2DBBE

HEX: #C2DBBE RGB: (194,219,190)

Color info

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

RGB color model

#C2DBBE color RGB value is (194,219,190).

RGB: (194,219,190) (76%, 86%, 75%)

RGB channels and saturation

R 194 of 255 = 76%
G 219 of 255 = 86%
B 190 of 255 = 75%

194
219
190

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

Portions of RGB colors in percentages

R + G + B = 194 + 219 + 190 = 603 (100%)
R 194 of 603 ~ 32.17%
G 219 of 603 ~ 36.32%
B 190 of 603 ~ 31.51'%

%32.17
%36.32
%31.51

CMYK color model

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

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 14.12%

CMYK: (11,0,13,14)
C11M0Y13K14 (11%, 0%, 13%, 14%)
(0.11 / 0.00 / 0.13 / 0.14)

CMYK percentages

%11.42
%0
%13.24
%14.12

Codes

Color #C2DBBE in popluar color models

C2 DB BE
RGB 194 219 190
HSL 112° 28.71% 80.20%
HSB/HSV 112° 13.24% 85.88%
CMYK 11.42% 0.00% 13.24%
14.12%

Color #C2DBBE in popluar number systems.

HEX C2 DB BE
Decimal 194 219 190
Binary 11000010 11011011 10111110
Octal 302 333 276

Shades and tints

Shades of #C2DBBE

#C2DBBE
(194,219,190)
#B1C8AD
(177,200,173)
#A0B59C
(160,181,156)
#8FA28B
(143,162,139)
#7E8F7A
(126,143,122)
#6D7C69
(109,124,105)
#5C6958
(92,105,88)
#4B5647
(75,86,71)
#3A4336
(58,67,54)
#293025
(41,48,37)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #C2DBBE

#C2DBBE
(194,219,190)
#C7DEC3
(199,222,195)
#CCE1C8
(204,225,200)
#D1E4CD
(209,228,205)
#D6E7D2
(214,231,210)
#DBEAD7
(219,234,215)
#E0EDDC
(224,237,220)
#E5F0E1
(229,240,225)
#EAF3E6
(234,243,230)
#EFF6EB
(239,246,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DBBE; }

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

This text font color is #C2DBBE.

Background Color

.myBgColor { background-color: #C2DBBE; }

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

This div background color is #C2DBBE.

Border color

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

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

This div border color is #C2DBBE.

Opacity

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

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

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

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

This text has shadow with #C2DBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2DBBE.

Preview

Color preview on black background

This text has color #C2DBBE on black background.


Color preview on white background

This text has color #C2DBBE on white background.


Black color preview on #C2DBBE background

This text has black color on #C2DBBE background.


White color preview on #C2DBBE background

This text has white color on #C2DBBE background.


Related colors

Complementary color

Complementary color for #hex is #3D2441.


I love getcolorcode.com

Triadic colors

1 #BEC2DB and #DBBEC2 with #C2DBBE are triadic colors.

2 #BEDBC2 and #DBC2BE with #C2DBBE are triadic colors.