COLOR #C1DBA4

HEX: #C1DBA4 RGB: (193,219,164)

Color info

#C1DBA4 contains red, green and blue colors in about the same proportion. Web safe color of #C1DBA4 is #CCCC99 (or #CC9).

RGB color model

#C1DBA4 color RGB value is (193,219,164).

RGB: (193,219,164) (76%, 86%, 64%)

RGB channels and saturation

R 193 of 255 = 76%
G 219 of 255 = 86%
B 164 of 255 = 64%

193
219
164

R + G + B ~ 75%. #C1DBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 219 + 164 = 576 (100%)
R 193 of 576 ~ 33.51%
G 219 of 576 ~ 38.02%
B 164 of 576 ~ 28.47'%

%33.51
%38.02
%28.47

CMYK color model

#C1DBA4 color CMYK value is (12,0,25,14).

  • cyan value is 11.87%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 14.12%

CMYK: (12,0,25,14)
C12M0Y25K14 (12%, 0%, 25%, 14%)
(0.12 / 0.00 / 0.25 / 0.14)

CMYK percentages

%11.87
%0
%25.11
%14.12

Codes

Color #C1DBA4 in popluar color models

C1 DB A4
RGB 193 219 164
HSL 88° 43.31% 75.10%
HSB/HSV 88° 25.11% 85.88%
CMYK 11.87% 0.00% 25.11%
14.12%

Color #C1DBA4 in popluar number systems.

HEX C1 DB A4
Decimal 193 219 164
Binary 11000001 11011011 10100100
Octal 301 333 244

Shades and tints

Shades of #C1DBA4

#C1DBA4
(193,219,164)
#B0C896
(176,200,150)
#9FB588
(159,181,136)
#8EA27A
(142,162,122)
#7D8F6C
(125,143,108)
#6C7C5E
(108,124,94)
#5B6950
(91,105,80)
#4A5642
(74,86,66)
#394334
(57,67,52)
#283026
(40,48,38)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #C1DBA4

#C1DBA4
(193,219,164)
#C6DEAC
(198,222,172)
#CBE1B4
(203,225,180)
#D0E4BC
(208,228,188)
#D5E7C4
(213,231,196)
#DAEACC
(218,234,204)
#DFEDD4
(223,237,212)
#E4F0DC
(228,240,220)
#E9F3E4
(233,243,228)
#EEF6EC
(238,246,236)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DBA4 color. Also use rgb(193,219,164) instead hex code.

Text Font Color

.myTextColor { color: #C1DBA4; }

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

This text font color is #C1DBA4.

Background Color

.myBgColor { background-color: #C1DBA4; }

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

This div background color is #C1DBA4.

Border color

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

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

This div border color is #C1DBA4.

Opacity

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

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

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

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

This text has shadow with #C1DBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DBA4.

Preview

Color preview on black background

This text has color #C1DBA4 on black background.


Color preview on white background

This text has color #C1DBA4 on white background.


Black color preview on #C1DBA4 background

This text has black color on #C1DBA4 background.


White color preview on #C1DBA4 background

This text has white color on #C1DBA4 background.


Related colors

Complementary color

Complementary color for #hex is #3E245B.


I love getcolorcode.com

Triadic colors

1 #A4C1DB and #DBA4C1 with #C1DBA4 are triadic colors.

2 #A4DBC1 and #DBC1A4 with #C1DBA4 are triadic colors.