COLOR #BDEE6C

HEX: #BDEE6C
RGB: (189,238,108)

Renk bilgisi

#BDEE6C contains mainly red and green colors. #BDEE6C ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#BDEE6C color RGB value is (189,238,108).

  • kırmız ton 189;
  • yeşil ton 238;
  • mavi ton 108.
RGB:
(189,238,108)
(74%,93%,42%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 238 of 255 = 93%
B 108 of 255 = 42%

189
238
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 238 + 108 = 535 (100%)
R 189 of 535 ~ 35.33%
G 238 of 535 ~ 44.49%
B 108 of 535 ~ 20.19%

%35.33
%44.49
%20.19

CMYK RENK MODELİ

#BDEE6C rengi CMYK tonu (21,0,55,7).

  • camgöbeği tonu 20.59%
  • eflatun tonu 0.00%
  • sarı tonu 54.62%
  • ana renk tonu 6.67%
CMYK:
(21,0,55,7)
C21M0Y55K7 
(21%,0%,55%,7%)
(0.21/0.00/0.55/0.07)	

CMYK yüzdeleri

%20.59
%0
%54.62
%6.67

Codes

Color #BDEE6C in popluar color models

BDEE6C
RGB189238108
HSL83°79.27%67.84%
HSB/HSV83°54.62%93.33%
CMYK20.59%0.00%54.62%
6.67%

Color #BDEE6C in popluar number systems.

HEXBDEE6C
Decimal189238108
Binary10111101111011101101100
Octal275356154

Shades and tints

Shades of #BDEE6C

#BDEE6C
(189,238,108)
#ACD963
(172,217,99)
#9BC45A
(155,196,90)
#8AAF51
(138,175,81)
#799A48
(121,154,72)
#68853F
(104,133,63)
#577036
(87,112,54)
#465B2D
(70,91,45)
#354624
(53,70,36)
#24311B
(36,49,27)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #BDEE6C

#BDEE6C
(189,238,108)
#C3EF79
(195,239,121)
#C9F086
(201,240,134)
#CFF193
(207,241,147)
#D5F2A0
(213,242,160)
#DBF3AD
(219,243,173)
#E1F4BA
(225,244,186)
#E7F5C7
(231,245,199)
#EDF6D4
(237,246,212)
#F3F7E1
(243,247,225)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEE6C color. Also use rgb(189,238,108) instead hex code.

Text Font Color

.myTextColor { color: #BDEE6C; }

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

This text font color is #BDEE6C.


Background Color

.myBgColor { background-color: #BDEE6C; }

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

This div background color is #BDEE6C.


Border color

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

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

This div border color is #BDEE6C.


Opacity

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

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

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

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

This text has shadow with #BDEE6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEE6C on black background.


Color preview on white background

This text has color #BDEE6C on white background.



Black color preview on #BDEE6C background

This text has black color on #BDEE6C background.


White color preview on #BDEE6C background

This text has white color on #BDEE6C background.