COLOR #BDD197

HEX: #BDD197
RGB: (189,209,151)

Renk bilgisi

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

RGB renk modeli

#BDD197 color RGB value is (189,209,151).

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

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 209 of 255 = 82%
B 151 of 255 = 59%

189
209
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 209 + 151 = 549 (100%)
R 189 of 549 ~ 34.43%
G 209 of 549 ~ 38.07%
B 151 of 549 ~ 27.5%

%34.43
%38.07
%27.5

CMYK RENK MODELİ

#BDD197 rengi CMYK tonu (10,0,28,18).

  • camgöbeği tonu 9.57%
  • eflatun tonu 0.00%
  • sarı tonu 27.75%
  • ana renk tonu 18.04%
CMYK:
(10,0,28,18)
C10M0Y28K18 
(10%,0%,28%,18%)
(0.10/0.00/0.28/0.18)	

CMYK yüzdeleri

%9.57
%0
%27.75
%18.04

Codes

Color #BDD197 in popluar color models

BDD197
RGB189209151
HSL81°38.67%70.59%
HSB/HSV81°27.75%81.96%
CMYK9.57%0.00%27.75%
18.04%

Color #BDD197 in popluar number systems.

HEXBDD197
Decimal189209151
Binary101111011101000110010111
Octal275321227

Shades and tints

Shades of #BDD197

#BDD197
(189,209,151)
#ACBE8A
(172,190,138)
#9BAB7D
(155,171,125)
#8A9870
(138,152,112)
#798563
(121,133,99)
#687256
(104,114,86)
#575F49
(87,95,73)
#464C3C
(70,76,60)
#35392F
(53,57,47)
#242622
(36,38,34)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #BDD197

#BDD197
(189,209,151)
#C3D5A0
(195,213,160)
#C9D9A9
(201,217,169)
#CFDDB2
(207,221,178)
#D5E1BB
(213,225,187)
#DBE5C4
(219,229,196)
#E1E9CD
(225,233,205)
#E7EDD6
(231,237,214)
#EDF1DF
(237,241,223)
#F3F5E8
(243,245,232)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD197; }

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

This text font color is #BDD197.


Background Color

.myBgColor { background-color: #BDD197; }

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

This div background color is #BDD197.


Border color

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

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

This div border color is #BDD197.


Opacity

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

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

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

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

This text has shadow with #BDD197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD197 on black background.


Color preview on white background

This text has color #BDD197 on white background.



Black color preview on #BDD197 background

This text has black color on #BDD197 background.


White color preview on #BDD197 background

This text has white color on #BDD197 background.