COLOR #BDD7EB

HEX: #BDD7EB
RGB: (189,215,235)

Renk bilgisi

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

RGB renk modeli

#BDD7EB color RGB value is (189,215,235).

  • kırmız ton 189;
  • yeşil ton 215;
  • mavi ton 235.
RGB:
(189,215,235)
(74%,84%,92%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 215 of 255 = 84%
B 235 of 255 = 92%

189
215
235

R + G + B ~ 83%. #BDD7EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 215 + 235 = 639 (100%)
R 189 of 639 ~ 29.58%
G 215 of 639 ~ 33.65%
B 235 of 639 ~ 36.78%

%29.58
%33.65
%36.78

CMYK RENK MODELİ

#BDD7EB rengi CMYK tonu (20,9,0,8).

  • camgöbeği tonu 19.57%
  • eflatun tonu 8.51%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(20,9,0,8)
C20M9Y0K8 
(20%,9%,0%,8%)
(0.20/0.09/0.00/0.08)	

CMYK yüzdeleri

%19.57
%8.51
%0
%7.84

Codes

Color #BDD7EB in popluar color models

BDD7EB
RGB189215235
HSL206°53.49%83.14%
HSB/HSV206°19.57%92.16%
CMYK19.57%8.51%0.00%
7.84%

Color #BDD7EB in popluar number systems.

HEXBDD7EB
Decimal189215235
Binary101111011101011111101011
Octal275327353

Shades and tints

Shades of #BDD7EB

#BDD7EB
(189,215,235)
#ACC4D6
(172,196,214)
#9BB1C1
(155,177,193)
#8A9EAC
(138,158,172)
#798B97
(121,139,151)
#687882
(104,120,130)
#57656D
(87,101,109)
#465258
(70,82,88)
#353F43
(53,63,67)
#242C2E
(36,44,46)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #BDD7EB

#BDD7EB
(189,215,235)
#C3DAEC
(195,218,236)
#C9DDED
(201,221,237)
#CFE0EE
(207,224,238)
#D5E3EF
(213,227,239)
#DBE6F0
(219,230,240)
#E1E9F1
(225,233,241)
#E7ECF2
(231,236,242)
#EDEFF3
(237,239,243)
#F3F2F4
(243,242,244)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD7EB color. Also use rgb(189,215,235) instead hex code.

Text Font Color

.myTextColor { color: #BDD7EB; }

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

This text font color is #BDD7EB.


Background Color

.myBgColor { background-color: #BDD7EB; }

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

This div background color is #BDD7EB.


Border color

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

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

This div border color is #BDD7EB.


Opacity

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

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

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

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

This text has shadow with #BDD7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD7EB on black background.


Color preview on white background

This text has color #BDD7EB on white background.



Black color preview on #BDD7EB background

This text has black color on #BDD7EB background.


White color preview on #BDD7EB background

This text has white color on #BDD7EB background.