COLOR #C6D253

HEX: #C6D253 RGB: (198,210,83)

Color info

#C6D253 contains mainly red and green colors. Web safe color of #C6D253 is #CCCC66 (or #CC6).

RGB color model

#C6D253 color RGB value is (198,210,83).

RGB: (198,210,83) (78%, 82%, 33%)

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 83 of 255 = 33%

198
210
83

R + G + B ~ 64%. #C6D253 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 210 + 83 = 491 (100%)
R 198 of 491 ~ 40.33%
G 210 of 491 ~ 42.77%
B 83 of 491 ~ 16.9'%

%40.33
%42.77
%16.9

CMYK color model

#C6D253 color CMYK value is (6,0,60,18).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 60.48%
  • key color value is 17.65%

CMYK: (6,0,60,18)
C6M0Y60K18 (6%, 0%, 60%, 18%)
(0.06 / 0.00 / 0.60 / 0.18)

CMYK percentages

%5.71
%0
%60.48
%17.65

Codes

Color #C6D253 in popluar color models

C6 D2 53
RGB 198 210 83
HSL 66° 58.53% 57.45%
HSB/HSV 66° 60.48% 82.35%
CMYK 5.71% 0.00% 60.48%
17.65%

Color #C6D253 in popluar number systems.

HEX C6 D2 53
Decimal 198 210 83
Binary 11000110 11010010 1010011
Octal 306 322 123

Shades and tints

Shades of #C6D253

#C6D253
(198,210,83)
#B4BF4C
(180,191,76)
#A2AC45
(162,172,69)
#90993E
(144,153,62)
#7E8637
(126,134,55)
#6C7330
(108,115,48)
#5A6029
(90,96,41)
#484D22
(72,77,34)
#363A1B
(54,58,27)
#242714
(36,39,20)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #C6D253

#C6D253
(198,210,83)
#CBD662
(203,214,98)
#D0DA71
(208,218,113)
#D5DE80
(213,222,128)
#DAE28F
(218,226,143)
#DFE69E
(223,230,158)
#E4EAAD
(228,234,173)
#E9EEBC
(233,238,188)
#EEF2CB
(238,242,203)
#F3F6DA
(243,246,218)
#F8FAE9
(248,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D253 color. Also use rgb(198,210,83) instead hex code.

Text Font Color

.myTextColor { color: #C6D253; }

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

This text font color is #C6D253.

Background Color

.myBgColor { background-color: #C6D253; }

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

This div background color is #C6D253.

Border color

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

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

This div border color is #C6D253.

Opacity

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

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

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

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

This text has shadow with #C6D253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D253.

Preview

Color preview on black background

This text has color #C6D253 on black background.


Color preview on white background

This text has color #C6D253 on white background.


Black color preview on #C6D253 background

This text has black color on #C6D253 background.


White color preview on #C6D253 background

This text has white color on #C6D253 background.


Related colors

Complementary color

Complementary color for #hex is #392DAC.


I love getcolorcode.com

Triadic colors

1 #53C6D2 and #D253C6 with #C6D253 are triadic colors.

2 #53D2C6 and #D2C653 with #C6D253 are triadic colors.