COLOR #BDD383

HEX: #BDD383
RGB: (189,211,131)

Renk bilgisi

#BDD383 contains mainly red and green colors. #BDD383 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BDD383 color RGB value is (189,211,131).

  • kırmız ton 189;
  • yeşil ton 211;
  • mavi ton 131.
RGB:
(189,211,131)
(74%,83%,51%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 211 of 255 = 83%
B 131 of 255 = 51%

189
211
131

R + G + B ~ 69%. #BDD383 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 211 + 131 = 531 (100%)
R 189 of 531 ~ 35.59%
G 211 of 531 ~ 39.74%
B 131 of 531 ~ 24.67%

%35.59
%39.74
%24.67

CMYK RENK MODELİ

#BDD383 rengi CMYK tonu (10,0,38,17).

  • camgöbeği tonu 10.43%
  • eflatun tonu 0.00%
  • sarı tonu 37.91%
  • ana renk tonu 17.25%
CMYK:
(10,0,38,17)
C10M0Y38K17 
(10%,0%,38%,17%)
(0.10/0.00/0.38/0.17)	

CMYK yüzdeleri

%10.43
%0
%37.91
%17.25

Codes

Color #BDD383 in popluar color models

BDD383
RGB189211131
HSL77°47.62%67.06%
HSB/HSV77°37.91%82.75%
CMYK10.43%0.00%37.91%
17.25%

Color #BDD383 in popluar number systems.

HEXBDD383
Decimal189211131
Binary101111011101001110000011
Octal275323203

Shades and tints

Shades of #BDD383

#BDD383
(189,211,131)
#ACC078
(172,192,120)
#9BAD6D
(155,173,109)
#8A9A62
(138,154,98)
#798757
(121,135,87)
#68744C
(104,116,76)
#576141
(87,97,65)
#464E36
(70,78,54)
#353B2B
(53,59,43)
#242820
(36,40,32)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDD383

#BDD383
(189,211,131)
#C3D78E
(195,215,142)
#C9DB99
(201,219,153)
#CFDFA4
(207,223,164)
#D5E3AF
(213,227,175)
#DBE7BA
(219,231,186)
#E1EBC5
(225,235,197)
#E7EFD0
(231,239,208)
#EDF3DB
(237,243,219)
#F3F7E6
(243,247,230)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD383 color. Also use rgb(189,211,131) instead hex code.

Text Font Color

.myTextColor { color: #BDD383; }

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

This text font color is #BDD383.


Background Color

.myBgColor { background-color: #BDD383; }

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

This div background color is #BDD383.


Border color

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

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

This div border color is #BDD383.


Opacity

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

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

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

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

This text has shadow with #BDD383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD383 on black background.


Color preview on white background

This text has color #BDD383 on white background.



Black color preview on #BDD383 background

This text has black color on #BDD383 background.


White color preview on #BDD383 background

This text has white color on #BDD383 background.