COLOR #75D5DD

HEX: #75D5DD
RGB: (117,213,221)

Renk bilgisi

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

RGB renk modeli

#75D5DD color RGB value is (117,213,221).

  • kırmız ton 117;
  • yeşil ton 213;
  • mavi ton 221.
RGB:
(117,213,221)
(46%,84%,87%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 213 of 255 = 84%
B 221 of 255 = 87%

117
213
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 213 + 221 = 551 (100%)
R 117 of 551 ~ 21.23%
G 213 of 551 ~ 38.66%
B 221 of 551 ~ 40.11%

%21.23
%38.66
%40.11

CMYK RENK MODELİ

#75D5DD rengi CMYK tonu (47,4,0,13).

  • camgöbeği tonu 47.06%
  • eflatun tonu 3.62%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(47,4,0,13)
C47M4Y0K13 
(47%,4%,0%,13%)
(0.47/0.04/0.00/0.13)	

CMYK yüzdeleri

%47.06
%3.62
%0
%13.33

Codes

Color #75D5DD in popluar color models

75D5DD
RGB117213221
HSL185°60.47%66.27%
HSB/HSV185°47.06%86.67%
CMYK47.06%3.62%0.00%
13.33%

Color #75D5DD in popluar number systems.

HEX75D5DD
Decimal117213221
Binary11101011101010111011101
Octal165325335

Shades and tints

Shades of #75D5DD

#75D5DD
(117,213,221)
#6BC2C9
(107,194,201)
#61AFB5
(97,175,181)
#579CA1
(87,156,161)
#4D898D
(77,137,141)
#437679
(67,118,121)
#396365
(57,99,101)
#2F5051
(47,80,81)
#253D3D
(37,61,61)
#1B2A29
(27,42,41)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #75D5DD

#75D5DD
(117,213,221)
#81D8E0
(129,216,224)
#8DDBE3
(141,219,227)
#99DEE6
(153,222,230)
#A5E1E9
(165,225,233)
#B1E4EC
(177,228,236)
#BDE7EF
(189,231,239)
#C9EAF2
(201,234,242)
#D5EDF5
(213,237,245)
#E1F0F8
(225,240,248)
#EDF3FB
(237,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D5DD color. Also use rgb(117,213,221) instead hex code.

Text Font Color

.myTextColor { color: #75D5DD; }

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

This text font color is #75D5DD.


Background Color

.myBgColor { background-color: #75D5DD; }

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

This div background color is #75D5DD.


Border color

.myBorderColor { border: 1px solid #75D5DD; }

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

This div border color is #75D5DD.


Opacity

.myOpacity80 { color: #75D5DD; opacity: 0.8; }

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

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

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

This text has shadow with #75D5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D5DD on black background.


Color preview on white background

This text has color #75D5DD on white background.



Black color preview on #75D5DD background

This text has black color on #75D5DD background.


White color preview on #75D5DD background

This text has white color on #75D5DD background.