COLOR #7DBDDD

HEX: #7DBDDD
RGB: (125,189,221)

Renk bilgisi

#7DBDDD contains mainly green and blue colors. #7DBDDD ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#7DBDDD color RGB value is (125,189,221).

  • kırmız ton 125;
  • yeşil ton 189;
  • mavi ton 221.
RGB:
(125,189,221)
(49%,74%,87%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 189 of 255 = 74%
B 221 of 255 = 87%

125
189
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 189 + 221 = 535 (100%)
R 125 of 535 ~ 23.36%
G 189 of 535 ~ 35.33%
B 221 of 535 ~ 41.31%

%23.36
%35.33
%41.31

CMYK RENK MODELİ

#7DBDDD rengi CMYK tonu (43,14,0,13).

  • camgöbeği tonu 43.44%
  • eflatun tonu 14.48%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(43,14,0,13)
C43M14Y0K13 
(43%,14%,0%,13%)
(0.43/0.14/0.00/0.13)	

CMYK yüzdeleri

%43.44
%14.48
%0
%13.33

Codes

Color #7DBDDD in popluar color models

7DBDDD
RGB125189221
HSL200°58.54%67.84%
HSB/HSV200°43.44%86.67%
CMYK43.44%14.48%0.00%
13.33%

Color #7DBDDD in popluar number systems.

HEX7DBDDD
Decimal125189221
Binary11111011011110111011101
Octal175275335

Shades and tints

Shades of #7DBDDD

#7DBDDD
(125,189,221)
#72ACC9
(114,172,201)
#679BB5
(103,155,181)
#5C8AA1
(92,138,161)
#51798D
(81,121,141)
#466879
(70,104,121)
#3B5765
(59,87,101)
#304651
(48,70,81)
#25353D
(37,53,61)
#1A2429
(26,36,41)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #7DBDDD

#7DBDDD
(125,189,221)
#88C3E0
(136,195,224)
#93C9E3
(147,201,227)
#9ECFE6
(158,207,230)
#A9D5E9
(169,213,233)
#B4DBEC
(180,219,236)
#BFE1EF
(191,225,239)
#CAE7F2
(202,231,242)
#D5EDF5
(213,237,245)
#E0F3F8
(224,243,248)
#EBF9FB
(235,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBDDD color. Also use rgb(125,189,221) instead hex code.

Text Font Color

.myTextColor { color: #7DBDDD; }

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

This text font color is #7DBDDD.


Background Color

.myBgColor { background-color: #7DBDDD; }

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

This div background color is #7DBDDD.


Border color

.myBorderColor { border: 1px solid #7DBDDD; }

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

This div border color is #7DBDDD.


Opacity

.myOpacity80 { color: #7DBDDD; opacity: 0.8; }

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

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

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

This text has shadow with #7DBDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBDDD on black background.


Color preview on white background

This text has color #7DBDDD on white background.



Black color preview on #7DBDDD background

This text has black color on #7DBDDD background.


White color preview on #7DBDDD background

This text has white color on #7DBDDD background.