COLOR #C3DBBB

HEX: #C3DBBB RGB: (195,219,187)

Color info

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

RGB color model

#C3DBBB color RGB value is (195,219,187).

RGB: (195,219,187) (76%, 86%, 73%)

RGB channels and saturation

R 195 of 255 = 76%
G 219 of 255 = 86%
B 187 of 255 = 73%

195
219
187

R + G + B ~ 78%. #C3DBBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 219 + 187 = 601 (100%)
R 195 of 601 ~ 32.45%
G 219 of 601 ~ 36.44%
B 187 of 601 ~ 31.11'%

%32.45
%36.44
%31.11

CMYK color model

#C3DBBB color CMYK value is (11,0,15,14).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 14.12%

CMYK: (11,0,15,14)
C11M0Y15K14 (11%, 0%, 15%, 14%)
(0.11 / 0.00 / 0.15 / 0.14)

CMYK percentages

%10.96
%0
%14.61
%14.12

Codes

Color #C3DBBB in popluar color models

C3 DB BB
RGB 195 219 187
HSL 105° 30.77% 79.61%
HSB/HSV 105° 14.61% 85.88%
CMYK 10.96% 0.00% 14.61%
14.12%

Color #C3DBBB in popluar number systems.

HEX C3 DB BB
Decimal 195 219 187
Binary 11000011 11011011 10111011
Octal 303 333 273

Shades and tints

Shades of #C3DBBB

#C3DBBB
(195,219,187)
#B2C8AA
(178,200,170)
#A1B599
(161,181,153)
#90A288
(144,162,136)
#7F8F77
(127,143,119)
#6E7C66
(110,124,102)
#5D6955
(93,105,85)
#4C5644
(76,86,68)
#3B4333
(59,67,51)
#2A3022
(42,48,34)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #C3DBBB

#C3DBBB
(195,219,187)
#C8DEC1
(200,222,193)
#CDE1C7
(205,225,199)
#D2E4CD
(210,228,205)
#D7E7D3
(215,231,211)
#DCEAD9
(220,234,217)
#E1EDDF
(225,237,223)
#E6F0E5
(230,240,229)
#EBF3EB
(235,243,235)
#F0F6F1
(240,246,241)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DBBB color. Also use rgb(195,219,187) instead hex code.

Text Font Color

.myTextColor { color: #C3DBBB; }

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

This text font color is #C3DBBB.

Background Color

.myBgColor { background-color: #C3DBBB; }

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

This div background color is #C3DBBB.

Border color

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

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

This div border color is #C3DBBB.

Opacity

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

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

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

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

This text has shadow with #C3DBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DBBB.

Preview

Color preview on black background

This text has color #C3DBBB on black background.


Color preview on white background

This text has color #C3DBBB on white background.


Black color preview on #C3DBBB background

This text has black color on #C3DBBB background.


White color preview on #C3DBBB background

This text has white color on #C3DBBB background.


Related colors

Complementary color

Complementary color for #hex is #3C2444.


I love getcolorcode.com

Triadic colors

1 #BBC3DB and #DBBBC3 with #C3DBBB are triadic colors.

2 #BBDBC3 and #DBC3BB with #C3DBBB are triadic colors.