COLOR #C6DB75

HEX: #C6DB75 RGB: (198,219,117)

Color info

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

RGB color model

#C6DB75 color RGB value is (198,219,117).

RGB: (198,219,117) (78%, 86%, 46%)

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 117 of 255 = 46%

198
219
117

R + G + B ~ 70%. #C6DB75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 219 + 117 = 534 (100%)
R 198 of 534 ~ 37.08%
G 219 of 534 ~ 41.01%
B 117 of 534 ~ 21.91'%

%37.08
%41.01
%21.91

CMYK color model

#C6DB75 color CMYK value is (10,0,47,14).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 46.58%
  • key color value is 14.12%

CMYK: (10,0,47,14)
C10M0Y47K14 (10%, 0%, 47%, 14%)
(0.10 / 0.00 / 0.47 / 0.14)

CMYK percentages

%9.59
%0
%46.58
%14.12

Codes

Color #C6DB75 in popluar color models

C6 DB 75
RGB 198 219 117
HSL 72° 58.62% 65.88%
HSB/HSV 72° 46.58% 85.88%
CMYK 9.59% 0.00% 46.58%
14.12%

Color #C6DB75 in popluar number systems.

HEX C6 DB 75
Decimal 198 219 117
Binary 11000110 11011011 1110101
Octal 306 333 165

Shades and tints

Shades of #C6DB75

#C6DB75
(198,219,117)
#B4C86B
(180,200,107)
#A2B561
(162,181,97)
#90A257
(144,162,87)
#7E8F4D
(126,143,77)
#6C7C43
(108,124,67)
#5A6939
(90,105,57)
#48562F
(72,86,47)
#364325
(54,67,37)
#24301B
(36,48,27)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #C6DB75

#C6DB75
(198,219,117)
#CBDE81
(203,222,129)
#D0E18D
(208,225,141)
#D5E499
(213,228,153)
#DAE7A5
(218,231,165)
#DFEAB1
(223,234,177)
#E4EDBD
(228,237,189)
#E9F0C9
(233,240,201)
#EEF3D5
(238,243,213)
#F3F6E1
(243,246,225)
#F8F9ED
(248,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DB75 color. Also use rgb(198,219,117) instead hex code.

Text Font Color

.myTextColor { color: #C6DB75; }

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

This text font color is #C6DB75.

Background Color

.myBgColor { background-color: #C6DB75; }

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

This div background color is #C6DB75.

Border color

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

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

This div border color is #C6DB75.

Opacity

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

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

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

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

This text has shadow with #C6DB75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DB75.

Preview

Color preview on black background

This text has color #C6DB75 on black background.


Color preview on white background

This text has color #C6DB75 on white background.


Black color preview on #C6DB75 background

This text has black color on #C6DB75 background.


White color preview on #C6DB75 background

This text has white color on #C6DB75 background.


Related colors

Complementary color

Complementary color for #hex is #39248A.


I love getcolorcode.com

Triadic colors

1 #75C6DB and #DB75C6 with #C6DB75 are triadic colors.

2 #75DBC6 and #DBC675 with #C6DB75 are triadic colors.