COLOR #C6D65B

HEX: #C6D65B
RGB: (198,214,91)

Renk bilgisi

#C6D65B contains mainly red and green colors. #C6D65B ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C6D65B color RGB value is (198,214,91).

  • kırmız ton 198;
  • yeşil ton 214;
  • mavi ton 91.
RGB:
(198,214,91)
(78%,84%,36%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 214 of 255 = 84%
B 91 of 255 = 36%

198
214
91

R + G + B ~ 66%. #C6D65B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 214 + 91 = 503 (100%)
R 198 of 503 ~ 39.36%
G 214 of 503 ~ 42.54%
B 91 of 503 ~ 18.09%

%39.36
%42.54
%18.09

CMYK RENK MODELİ

#C6D65B rengi CMYK tonu (7,0,57,16).

  • camgöbeği tonu 7.48%
  • eflatun tonu 0.00%
  • sarı tonu 57.48%
  • ana renk tonu 16.08%
CMYK:
(7,0,57,16)
C7M0Y57K16 
(7%,0%,57%,16%)
(0.07/0.00/0.57/0.16)	

CMYK yüzdeleri

%7.48
%0
%57.48
%16.08

Codes

Color #C6D65B in popluar color models

C6D65B
RGB19821491
HSL68°60.00%59.80%
HSB/HSV68°57.48%83.92%
CMYK7.48%0.00%57.48%
16.08%

Color #C6D65B in popluar number systems.

HEXC6D65B
Decimal19821491
Binary11000110110101101011011
Octal306326133

Shades and tints

Shades of #C6D65B

#C6D65B
(198,214,91)
#B4C353
(180,195,83)
#A2B04B
(162,176,75)
#909D43
(144,157,67)
#7E8A3B
(126,138,59)
#6C7733
(108,119,51)
#5A642B
(90,100,43)
#485123
(72,81,35)
#363E1B
(54,62,27)
#242B13
(36,43,19)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #C6D65B

#C6D65B
(198,214,91)
#CBD969
(203,217,105)
#D0DC77
(208,220,119)
#D5DF85
(213,223,133)
#DAE293
(218,226,147)
#DFE5A1
(223,229,161)
#E4E8AF
(228,232,175)
#E9EBBD
(233,235,189)
#EEEECB
(238,238,203)
#F3F1D9
(243,241,217)
#F8F4E7
(248,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D65B color. Also use rgb(198,214,91) instead hex code.

Text Font Color

.myTextColor { color: #C6D65B; }

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

This text font color is #C6D65B.


Background Color

.myBgColor { background-color: #C6D65B; }

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

This div background color is #C6D65B.


Border color

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

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

This div border color is #C6D65B.


Opacity

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

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

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

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

This text has shadow with #C6D65B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D65B on black background.


Color preview on white background

This text has color #C6D65B on white background.



Black color preview on #C6D65B background

This text has black color on #C6D65B background.


White color preview on #C6D65B background

This text has white color on #C6D65B background.