COLOR #75CDE6

HEX: #75CDE6
RGB: (117,205,230)

Color info

#75CDE6 contains mainly green and blue colors. Web safe color of #75CDE6 is #66CCCC (or #6CC).

RGB color model

#75CDE6 color RGB value is (117,205,230).

  • red value is 117;
  • green value is 205;
  • blue value is 230.
RGB:
(117,205,230)
(46%,80%,90%)

RGB channels and saturation

R 117 of 255 = 46%
G 205 of 255 = 80%
B 230 of 255 = 90%

117
205
230

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

Portions of RGB colors in percentages

R + G + B =
117 + 205 + 230 = 552 (100%)
R 117 of 552 ~ 21.2%
G 205 of 552 ~ 37.14%
B 230 of 552 ~ 41.67%

%21.2
%37.14
%41.67

CMYK color model

#75CDE6 color CMYK value is (49,11,0,10).

  • cyan value is 49.13%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(49,11,0,10)
C49M11Y0K10 
(49%,11%,0%,10%)
(0.49/0.11/0.00/0.10)	

CMYK percentages

%49.13
%10.87
%0
%9.8

Codes

Color #75CDE6 in popluar color models

75CDE6
RGB117205230
HSL193°69.33%68.04%
HSB/HSV193°49.13%90.20%
CMYK49.13%10.87%0.00%
9.80%

Color #75CDE6 in popluar number systems.

HEX75CDE6
Decimal117205230
Binary11101011100110111100110
Octal165315346

Shades and tints

Shades of #75CDE6

#75CDE6
(117,205,230)
#6BBBD2
(107,187,210)
#61A9BE
(97,169,190)
#5797AA
(87,151,170)
#4D8596
(77,133,150)
#437382
(67,115,130)
#39616E
(57,97,110)
#2F4F5A
(47,79,90)
#253D46
(37,61,70)
#1B2B32
(27,43,50)
#11191E
(17,25,30)
#000000
(0,0,0)

Tints of #75CDE6

#75CDE6
(117,205,230)
#81D1E8
(129,209,232)
#8DD5EA
(141,213,234)
#99D9EC
(153,217,236)
#A5DDEE
(165,221,238)
#B1E1F0
(177,225,240)
#BDE5F2
(189,229,242)
#C9E9F4
(201,233,244)
#D5EDF6
(213,237,246)
#E1F1F8
(225,241,248)
#EDF5FA
(237,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CDE6 color. Also use rgb(117,205,230) instead hex code.

Text Font Color

.myTextColor { color: #75CDE6; }

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

This text font color is #75CDE6.


Background Color

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

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

This div background color is #75CDE6.


Border color

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

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

This div border color is #75CDE6.


Opacity

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

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

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

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

This text has shadow with #75CDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75CDE6 on black background.


Color preview on white background

This text has color #75CDE6 on white background.



Black color preview on #75CDE6 background

This text has black color on #75CDE6 background.


White color preview on #75CDE6 background

This text has white color on #75CDE6 background.