COLOR #BDD199

HEX: #BDD199
RGB: (189,209,153)

Renk bilgisi

#BDD199 contains red, green and blue colors in about the same proportion. #BDD199 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BDD199 color RGB value is (189,209,153).

  • kırmız ton 189;
  • yeşil ton 209;
  • mavi ton 153.
RGB:
(189,209,153)
(74%,82%,60%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 209 of 255 = 82%
B 153 of 255 = 60%

189
209
153

R + G + B ~ 72%. #BDD199 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 209 + 153 = 551 (100%)
R 189 of 551 ~ 34.3%
G 209 of 551 ~ 37.93%
B 153 of 551 ~ 27.77%

%34.3
%37.93
%27.77

CMYK RENK MODELİ

#BDD199 rengi CMYK tonu (10,0,27,18).

  • camgöbeği tonu 9.57%
  • eflatun tonu 0.00%
  • sarı tonu 26.79%
  • ana renk tonu 18.04%
CMYK:
(10,0,27,18)
C10M0Y27K18 
(10%,0%,27%,18%)
(0.10/0.00/0.27/0.18)	

CMYK yüzdeleri

%9.57
%0
%26.79
%18.04

Codes

Color #BDD199 in popluar color models

BDD199
RGB189209153
HSL81°37.84%70.98%
HSB/HSV81°26.79%81.96%
CMYK9.57%0.00%26.79%
18.04%

Color #BDD199 in popluar number systems.

HEXBDD199
Decimal189209153
Binary101111011101000110011001
Octal275321231

Shades and tints

Shades of #BDD199

#BDD199
(189,209,153)
#ACBE8C
(172,190,140)
#9BAB7F
(155,171,127)
#8A9872
(138,152,114)
#798565
(121,133,101)
#687258
(104,114,88)
#575F4B
(87,95,75)
#464C3E
(70,76,62)
#353931
(53,57,49)
#242624
(36,38,36)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #BDD199

#BDD199
(189,209,153)
#C3D5A2
(195,213,162)
#C9D9AB
(201,217,171)
#CFDDB4
(207,221,180)
#D5E1BD
(213,225,189)
#DBE5C6
(219,229,198)
#E1E9CF
(225,233,207)
#E7EDD8
(231,237,216)
#EDF1E1
(237,241,225)
#F3F5EA
(243,245,234)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD199 color. Also use rgb(189,209,153) instead hex code.

Text Font Color

.myTextColor { color: #BDD199; }

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

This text font color is #BDD199.


Background Color

.myBgColor { background-color: #BDD199; }

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

This div background color is #BDD199.


Border color

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

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

This div border color is #BDD199.


Opacity

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

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

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

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

This text has shadow with #BDD199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD199 on black background.


Color preview on white background

This text has color #BDD199 on white background.



Black color preview on #BDD199 background

This text has black color on #BDD199 background.


White color preview on #BDD199 background

This text has white color on #BDD199 background.