COLOR #C1D299

HEX: #C1D299
RGB: (193,210,153)

Color info

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

RGB color model

#C1D299 color RGB value is (193,210,153).

  • red value is 193;
  • green value is 210;
  • blue value is 153.
RGB:
(193,210,153)
(76%,82%,60%)

RGB channels and saturation

R 193 of 255 = 76%
G 210 of 255 = 82%
B 153 of 255 = 60%

193
210
153

R + G + B ~ 73%. #C1D299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 210 + 153 = 556 (100%)
R 193 of 556 ~ 34.71%
G 210 of 556 ~ 37.77%
B 153 of 556 ~ 27.52%

%34.71
%37.77
%27.52

CMYK color model

#C1D299 color CMYK value is (8,0,27,18).

  • cyan value is 8.10%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 17.65%
CMYK:
(8,0,27,18)
C8M0Y27K18 
(8%,0%,27%,18%)
(0.08/0.00/0.27/0.18)	

CMYK percentages

%8.1
%0
%27.14
%17.65

Codes

Color #C1D299 in popluar color models

C1D299
RGB193210153
HSL78°38.78%71.18%
HSB/HSV78°27.14%82.35%
CMYK8.10%0.00%27.14%
17.65%

Color #C1D299 in popluar number systems.

HEXC1D299
Decimal193210153
Binary110000011101001010011001
Octal301322231

Shades and tints

Shades of #C1D299

#C1D299
(193,210,153)
#B0BF8C
(176,191,140)
#9FAC7F
(159,172,127)
#8E9972
(142,153,114)
#7D8665
(125,134,101)
#6C7358
(108,115,88)
#5B604B
(91,96,75)
#4A4D3E
(74,77,62)
#393A31
(57,58,49)
#282724
(40,39,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #C1D299

#C1D299
(193,210,153)
#C6D6A2
(198,214,162)
#CBDAAB
(203,218,171)
#D0DEB4
(208,222,180)
#D5E2BD
(213,226,189)
#DAE6C6
(218,230,198)
#DFEACF
(223,234,207)
#E4EED8
(228,238,216)
#E9F2E1
(233,242,225)
#EEF6EA
(238,246,234)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D299 color. Also use rgb(193,210,153) instead hex code.

Text Font Color

.myTextColor { color: #C1D299; }

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

This text font color is #C1D299.


Background Color

.myBgColor { background-color: #C1D299; }

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

This div background color is #C1D299.


Border color

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

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

This div border color is #C1D299.


Opacity

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

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

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

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

This text has shadow with #C1D299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D299 on black background.


Color preview on white background

This text has color #C1D299 on white background.



Black color preview on #C1D299 background

This text has black color on #C1D299 background.


White color preview on #C1D299 background

This text has white color on #C1D299 background.