COLOR #C1D598

HEX: #C1D598
RGB: (193,213,152)

Color info

#C1D598 contains mainly red and green colors. Web safe color of #C1D598 is #CCCC99 (or #CC9).

RGB color model

#C1D598 color RGB value is (193,213,152).

  • red value is 193;
  • green value is 213;
  • blue value is 152.
RGB:
(193,213,152)
(76%,84%,60%)

RGB channels and saturation

R 193 of 255 = 76%
G 213 of 255 = 84%
B 152 of 255 = 60%

193
213
152

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

Portions of RGB colors in percentages

R + G + B =
193 + 213 + 152 = 558 (100%)
R 193 of 558 ~ 34.59%
G 213 of 558 ~ 38.17%
B 152 of 558 ~ 27.24%

%34.59
%38.17
%27.24

CMYK color model

#C1D598 color CMYK value is (9,0,29,16).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 16.47%
CMYK:
(9,0,29,16)
C9M0Y29K16 
(9%,0%,29%,16%)
(0.09/0.00/0.29/0.16)	

CMYK percentages

%9.39
%0
%28.64
%16.47

Codes

Color #C1D598 in popluar color models

C1D598
RGB193213152
HSL80°42.07%71.57%
HSB/HSV80°28.64%83.53%
CMYK9.39%0.00%28.64%
16.47%

Color #C1D598 in popluar number systems.

HEXC1D598
Decimal193213152
Binary110000011101010110011000
Octal301325230

Shades and tints

Shades of #C1D598

#C1D598
(193,213,152)
#B0C28B
(176,194,139)
#9FAF7E
(159,175,126)
#8E9C71
(142,156,113)
#7D8964
(125,137,100)
#6C7657
(108,118,87)
#5B634A
(91,99,74)
#4A503D
(74,80,61)
#393D30
(57,61,48)
#282A23
(40,42,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #C1D598

#C1D598
(193,213,152)
#C6D8A1
(198,216,161)
#CBDBAA
(203,219,170)
#D0DEB3
(208,222,179)
#D5E1BC
(213,225,188)
#DAE4C5
(218,228,197)
#DFE7CE
(223,231,206)
#E4EAD7
(228,234,215)
#E9EDE0
(233,237,224)
#EEF0E9
(238,240,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D598 color. Also use rgb(193,213,152) instead hex code.

Text Font Color

.myTextColor { color: #C1D598; }

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

This text font color is #C1D598.


Background Color

.myBgColor { background-color: #C1D598; }

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

This div background color is #C1D598.


Border color

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

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

This div border color is #C1D598.


Opacity

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

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

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

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

This text has shadow with #C1D598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D598 on black background.


Color preview on white background

This text has color #C1D598 on white background.



Black color preview on #C1D598 background

This text has black color on #C1D598 background.


White color preview on #C1D598 background

This text has white color on #C1D598 background.